Description:

Sets this vector to be perpendicular to another vector. Result is not unitized.

Syntax:
public bool PerpendicularTo(
Vector2f other
)
Parameters:
  • other
  • Type: Vector2f
  • Vector to use as guide.
Returns:
Type: bool
True on success, False if input vector is zero or invalid.
Available since:
8.4

/
/
/
PerpendicularTo

PerpendicularTo method

Class:  Rhino.Geometry.Vector2f

Nothing found