A 3d identity-matrix.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public static Matrix3d IdentityMatrix3d()
Visual Basic (Declaration)
Public Shared Function IdentityMatrix3d As Matrix3d
Visual C++
public:
static Matrix3d^ IdentityMatrix3d()

Return Value

Returns a 3-dimensional identity matrix.

Remarks

All elements of the identity matrix are Zero except the diagonal elements, which are all One.

See Also