CubicSpline2d
Public Class
Table of Contents
Signature
class CubicSpline2d extends BaseSpline2d<CubicSegment2dModel> {}
References
BaseSpline2d, CubicSegment2dModel
Constructor
Public Constructor
Constructs a new instance of the CubicSpline2d
class
Parameters
Name | Description |
---|---|
|
|
(optional) |
|
(optional) |
|
References
Properties
segments
Public Property
Signature
segments: CubicSegment2d[]
References
Methods
FromPoints()
Public Static Method
Parameters
Name | Description |
---|---|
|
|
Returns
CubicSpline2d
References
getSegmentsFromPoints()
Public Method
Parameters
Name | Description |
---|---|
|
|
(optional) |
|
(optional) |
|
Returns
CubicSegment2d[]