Click or drag to resize

Matrix6By6SymmetricIdentity Property

Gets a Matrix6By6Symmetric representing an identity transformation.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Matrix6By6Symmetric Identity { get; }

Return Value

Type: Matrix6By6Symmetric
The 6-by-6 identity matrix.
See Also