Curve

LineCurve3

A curve representing a 3D line segment.

Constructor

LineCurve3(v1 : Vector3, v2 : Vector3)

v1 – The start point.
v2 — The end point.

Properties

See the base Curve class for common properties.

.v1 : Vector3

The start point.

.v2 : Vector3

The end point.

Methods

See the base Curve class for common methods.

Source

For more info on how to obtain the source code of this module see this page.