Methods
- Sub GetDirection( oDirection)
-
Returns the unit-vector pointing in the direction of the
line.
- Parameters:
-
- oDirection[0]
- The X Coordinate of the unit vector pointing in the direction of the line dd>
- oDirection[1]
- The Y Coordinate of the unit vector pointing in the direction of the line dd>
- Sub GetOrigin( oOrigin)
-
Returns a point lying on the line
- Parameters:
-
- oPoint[0]
- The X Coordinate of a point lying on the line dd>
- oPoint[1]
- The Y Coordinate of a point lying on the line dd>
- Sub SetData( iX, iY, iXDirection, iYDirection)
-
Modifies the caracteristics of the infinite line
- Parameters:
-
- iX
- The X Coordinate of a point lying on the line dd>
- iY
- The Y Coordinate of a point lying on the line dd>
- iXDirection
- The X Coordinate of the unit vector pointing in the direction of the line dd>
- iYDirection
- The Y Coordinate of the unit vector pointing in the direction of the line dd>