ControlVertices
Inheritance: java.lang.Object, ColladaElement
The control vertices. It is used to describe the CVs of the spline.
Constructors
| Constructor | Description |
|---|---|
| ControlVertices() |
Methods
| Method | Description |
|---|---|
| getInput() | Gets or sets the input. |
| setInput(InputLocal[] value) | Gets or sets the input. |
| getExtra() | Gets or sets the extra. |
| setExtra(Extra[] value) | Gets or sets the extra. |
ControlVertices()
public ControlVertices()
getInput()
public final InputLocal[] getInput()
Gets or sets the input.
Returns: InputLocal[]
setInput(InputLocal[] value)
public final void setInput(InputLocal[] value)
Gets or sets the input.
getExtra()
public final Extra[] getExtra()
Gets or sets the extra.
Returns: Extra[]
setExtra(Extra[] value)
public final void setExtra(Extra[] value)
Gets or sets the extra.