Line3F

A 3D line geometric object defined by two 3D points.
Single precision.

Public Fields

p1
Point3F
The end points of the line.
p2
Point3F
The end points of the line.

Properties

IsUndefined
readonly

System.Boolean
True if the line is undefined (i.e. if either end point is undefined).

Undefined
static,readonly

Line3F
An instance of an undefined line.

Methods

ToString
String ToString ()
String representation of the line.
Returns: (X1,Y1,Z1)-(X2,Y2,Z3)
ZIntercept
Point3F ZIntercept (Double zoffset)
ZIntercept
Point3F ZIntercept (Double zoffset, Boolean& degenerate)