Description:

Determines whether this vector is perpendicular to another vector, within a provided angle tolerance.

Syntax:
public bool IsPerpendicularTo(
Vector3d other,
double angleTolerance
)
Parameters:
  • other
  • Type: Vector3d
  • Vector to use for comparison.
  • angleTolerance
  • Type: double
  • Angle tolerance (in radians).
Returns:
Type: bool
True if vectors form Pi-radians (90-degree) angles with each other; otherwise false.
Available since:
5.0

Description:

Test to see whether this vector is perpendicular to within one degree of another one.

Syntax:
public bool IsPerpendicularTo(
Vector3d other
)
Parameters:
  • other
  • Type: Vector3d
  • Vector to compare to.
Returns:
Type: bool
True if both vectors are perpendicular, False if otherwise.
Available since:
5.0

/
/
/
IsPerpendicularTo

IsPerpendicularTo method

Class:  Rhino.Geometry.Vector3d

Nothing found