public class SurfaceCurves extends ColladaElement
The surface curves. The curves in the parametric space of the surface on which they lie.
Constructor and Description |
---|
SurfaceCurves() |
Modifier and Type | Method and Description |
---|---|
Curve[] |
getCurve()
Gets or sets the curve.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
void |
setCurve(Curve[] value)
Gets or sets the curve.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
public final Curve[] getCurve()
Gets or sets the curve. Describes a single 2D curve.
public final void setCurve(Curve[] value)
Gets or sets the curve. Describes a single 2D curve.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.