Vector3dPerpendicularTo Method |
Sets this vector to be perpendicular to another vector.
Result is not unitized.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool PerpendicularTo(
Vector3d other
)
Public Function PerpendicularTo (
other As Vector3d
) As Boolean
Parameters
- other
- Type: Rhino.GeometryVector3d
Vector to use as guide.
Return Value
Type:
Booleantrue on success, false if input vector is zero or invalid.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also