Show / Hide Table of Contents

Struct Common.Matrix43f

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lumina.Data.Parsing
Assembly: Lumina.dll
Syntax
public struct Matrix43f

Fields

| Improve this Doc View Source

col1

Declaration
public Common.Vector4 col1
Field Value
Type Description
Common.Vector4
| Improve this Doc View Source

col2

Declaration
public Common.Vector4 col2
Field Value
Type Description
Common.Vector4
| Improve this Doc View Source

col3

Declaration
public Common.Vector4 col3
Field Value
Type Description
Common.Vector4
| Improve this Doc View Source

col4

Declaration
public Common.Vector4 col4
Field Value
Type Description
Common.Vector4
  • Improve this Doc
  • View Source
Back to top Generated by DocFX