Line3

Line3 Represents a line segment in 3d space.

Constructor

new Line3(p0opt, p1opt)

Parameters:
NameTypeAttributesDescription
p0Vec3<optional>

First point of the line

p1Vec3<optional>

Second point of the line