pcGetBendAngle
pcGetBendAngle(l_pointList) =>x_signedDegrees/nil
Description
Determines whether the specified list of three coordinates represents a bend to the left (+90 degrees) or to the right (-90 degrees). The three coordinates must define a 90 degree angle.
Arguments
|
List of three coordinates in one of the following formats:
|
Value Returned
Examples
pcGetBendAngle( 0:1 1:0 1:1 ) => 90
The three coordinates represent a bend to the left.
Return to top