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

In This Topic
    Normalize Method (Vector3D)
    In This Topic
    Resizes the 3D vector to unit length.
    Syntax
    'Declaration
     
    Public Function Normalize() As Boolean
    public bool Normalize()

    Return Value

    True if the operation succeeded, false otherwise.
    See Also