ImageGear .NET - Updated December 24, 2018
GetMatrix Method (ImGearVectorRotation)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorRotation Class : GetMatrix Method
Returns a copy of the 3x3 rotation matrix.
Syntax
'Declaration
 
Public Function GetMatrix() As Single()
 
'Usage
 
Dim instance As ImGearVectorRotation
Dim value() As Single
 
value = instance.GetMatrix()

Return Value

A float[] copy of the 3x3 rotation matrix.
See Also

Reference

ImGearVectorRotation Class
ImGearVectorRotation Members