Skip to main content

Curve

LineCurve3

A curve representing a 3d line segment.

Constructor

LineCurve3

function LineCurve3( v1: Vector3, v2: Vector3 ): void;  

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

Properties

See the base Curve class for common properties.

v1

v1: Vector3;  

The start point.

v2

v2: Vector3;  

The end point.

Methods

See the base Curve class for common methods.

Source

src/extras/curves/LineCurve3.js