Computes an unitary vector perpendicular to the segment.
Syntax
C++
C#
Python
def SegmentNormalVector(
inSegment: Segment2D,
inReverse: bool,
/
)
-> outNormalVector: Vector2D
Parameters
|
Name |
Type |
Default |
Description |
 |
inSegment |
Segment2D |
|
|
 |
inReverse |
bool |
|
|
 |
outNormalVector |
Vector2D |
|
|