Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    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

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ufbxWrapper
    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
    Type Description
    ufbx.ufbx_matrix._anonymous_1_struct

    Properties

    m00

    Declaration
    public float m00 { get; }
    Property Value
    Type Description
    float

    m01

    Declaration
    public float m01 { get; }
    Property Value
    Type Description
    float

    m02

    Declaration
    public float m02 { get; }
    Property Value
    Type Description
    float

    m03

    Declaration
    public float m03 { get; }
    Property Value
    Type Description
    float

    m10

    Declaration
    public float m10 { get; }
    Property Value
    Type Description
    float

    m11

    Declaration
    public float m11 { get; }
    Property Value
    Type Description
    float

    m12

    Declaration
    public float m12 { get; }
    Property Value
    Type Description
    float

    m13

    Declaration
    public float m13 { get; }
    Property Value
    Type Description
    float

    m20

    Declaration
    public float m20 { get; }
    Property Value
    Type Description
    float

    m21

    Declaration
    public float m21 { get; }
    Property Value
    Type Description
    float

    m22

    Declaration
    public float m22 { get; }
    Property Value
    Type Description
    float

    m23

    Declaration
    public float m23 { get; }
    Property Value
    Type Description
    float
    In this article
    Back to top Generated by DocFX