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
|