Description Data structure for a Line Curve type.
Definition Type T_LINE startX As Double startY As Double startZ As Double endX As Double endY As Double endZ As Double End Type
Members startX X component of the starting point of the Line.
startY Y component of the starting point of the Line.
startZ Z component of the starting point of the Line.
endX X component of the ending point of the Line.
endY Y component of the ending point of the Line.
endZ Z component of the ending point of the Line.
Used as Parameter in Examples
|