[page:Curve] →
[name]
A curve representing a 3d line segment.
Constructor
[name]( [param:Vector3 v1], [param:Vector3 v2] )
[page:Vector3 v1] – The start point.
[page:Vector3 v2] - The end point.
Properties
See the base [page:Curve] class for common properties.
[property:Boolean isLineCurve3]
Used to check whether this or derived classes are LineCurve3s. Default is *true*.
You should not change this, as it used internally for optimisation.
[property:Vector3 v1]
The start point.
[property:Vector3 v2]
The end point.
Methods
See the base [page:Curve] class for common methods.
Source
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]