Share

Vector3d.IsUnitLength(Tolerance) Method

Description

Returns true if this vector is equal to its normalization. Returns false otherwise.

Visual Basic

Public Function IsUnitLength(
    tolerance As Tolerance
) As bool

C#

public bool IsUnitLength(
    Tolerance tolerance
);

Parameters

Parameters Description
Tolerance tolerance Input tolerance value

Links

Vector3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?