Vector3dIsUnitLength(Tolerance)
Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public bool IsUnitLength(
Tolerance tolerance
)
Public Function IsUnitLength (
tolerance As Tolerance
) As Boolean
public:
bool IsUnitLength(
Tolerance tolerance
)
member IsUnitLength :
tolerance : Tolerance -> bool
Parameters
- tolerance Tolerance
-
Return Value
Boolean
See Also