Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Quaternion Class / Normalize Method

In This Topic
    Normalize Method (Quaternion)
    In This Topic
    Normalizes this Quaternion.
    Syntax
    'Declaration
     
    Public Function Normalize() As Boolean
    public bool Normalize()

    Return Value

    True if the operation succeeded, false otherwise.
    See Also