public class ControlVertices extends ColladaElement
The control vertices. It is used to describe the CVs of the spline.
Constructor and Description |
---|
ControlVertices() |
Modifier and Type | Method and Description |
---|---|
Extra[] |
getExtra()
Gets or sets the extra.
|
InputLocal[] |
getInput()
Gets or sets the input.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setInput(InputLocal[] value)
Gets or sets the input.
|
public final InputLocal[] getInput()
Gets or sets the input.
public final void setInput(InputLocal[] value)
Gets or sets the input.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.