Click or drag to resize
Ab4d.SharpEngine logo

MatrixTransformSetMatrixAndCheckForIdentity(Matrix4x4) Method

Checks the matrix if it is identity and sets the matrix

Namespace: Ab4d.SharpEngine.Transformations
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void SetMatrixAndCheckForIdentity(
	ref Matrix4x4 matrix
)

Parameters

matrix  Matrix4x4
Matrix
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Transformations.MatrixTransform.SetMatrixAndCheckForIdentity(System.Numerics.Matrix4x4@)"]

See Also