Matrix3DHelper.Identity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static property Matrix3D Identity { Matrix3D get(); };
static Matrix3D Identity();
public static Matrix3D Identity { get; }
var matrix3D = Matrix3DHelper.identity;
Public Shared ReadOnly Property Identity As Matrix3D
Property Value
A static constructed Matrix3D where the values established are representative of an Identity transform.