Struct ufbx.ufbx_matrix
4x3 matrix encoding an affine transformation.
cols[0..2]
are the X/Y/Z basis vectors, cols[3]
is the translation
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_matrix
Fields
_anonymous_1
4x3 matrix encoding an affine transformation.
cols[0..2]
are the X/Y/Z basis vectors, cols[3]
is the translation
Declaration
public ufbx.ufbx_matrix._anonymous_1_struct _anonymous_1
Field Value
Properties
m00
Declaration
public float m00 { get; }
Property Value
m01
Declaration
public float m01 { get; }
Property Value
m02
Declaration
public float m02 { get; }
Property Value
m03
Declaration
public float m03 { get; }
Property Value
m10
Declaration
public float m10 { get; }
Property Value
m11
Declaration
public float m11 { get; }
Property Value
m12
Declaration
public float m12 { get; }
Property Value
m13
Declaration
public float m13 { get; }
Property Value
m20
Declaration
public float m20 { get; }
Property Value
m21
Declaration
public float m21 { get; }
Property Value
m22
Declaration
public float m22 { get; }
Property Value
m23
Declaration
public float m23 { get; }
Property Value