Search Results for

    Show / Hide Table of Contents

    Struct Matrix3x4

    Helper matrix for optimized float3x4 package of transformation matrices.

    Assembly: FlaxEngine.dll
    File: Engine/Core/Math/Matrix3x4.h
    Syntax
    public struct Matrix3x4

    Fields

    Raw

    Declaration
    public float Raw[12]
    Field Value
    float

    Values

    Declaration
    public float Values[3][4]
    Field Value
    float

    Methods

    SetMatrix(const Matrix& m)

    Declaration
    public void SetMatrix(const Matrix& m)
    Parameters
    Matrix m

    SetMatrixTranspose(const Matrix& m)

    Declaration
    public void SetMatrixTranspose(const Matrix& m)
    Parameters
    Matrix m

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat