MatrixHelper.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 Matrix Identity { Matrix get(); };
static Matrix Identity();
public static Matrix Identity { get; }
var matrix = MatrixHelper.identity;
Public Shared ReadOnly Property Identity As Matrix
Property Value
A static constructed Matrix where the values established are representative of an Identity transform.