public class Spline extends ColladaElement
The spline. The spline element contains control vertex information sufficient to describe basic splines.
Constructor and Description |
---|
Spline()
Initializes a new instance of the
Spline class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getClosed()
Gets or sets a value indicating whether
there is a segment connecting the first and last control vertices.
|
ControlVertices |
getControlVertices()
Gets or sets the control vertices.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
Source[] |
getSource()
Gets or sets the source.
|
void |
setClosed(boolean value)
Gets or sets a value indicating whether
there is a segment connecting the first and last control vertices.
|
void |
setControlVertices(ControlVertices value)
Gets or sets the control vertices.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setSource(Source[] value)
Gets or sets the source.
|
public Spline()
Initializes a new instance of the Spline
class.
public final Source[] getSource()
Gets or sets the source. Provides the values for the CVs and segments of the spline.
public final void setSource(Source[] value)
Gets or sets the source. Provides the values for the CVs and segments of the spline.
public final ControlVertices getControlVertices()
Gets or sets the control vertices. Describes the CVs of the spline.
public final void setControlVertices(ControlVertices value)
Gets or sets the control vertices. Describes the CVs of the spline.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.
public final boolean getClosed()
Gets or sets a value indicating whether there is a segment connecting the first and last control vertices.
public final void setClosed(boolean value)
Gets or sets a value indicating whether there is a segment connecting the first and last control vertices.