ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorRotation Class / GetMatrix Method




In This Topic
    GetMatrix Method (ImGearVectorRotation)
    In This Topic
    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()
    public float[] GetMatrix()
    public: float[]* GetMatrix(); 
    public:
    array<float>^ GetMatrix(); 

    Return Value

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