public class SweptSurface extends ColladaElement
The swept surface. Describes a surface by extruding or revolving a curve.
Constructor and Description |
---|
SweptSurface() |
Modifier and Type | Method and Description |
---|---|
double |
getAxis()
Gets or sets the axis.
|
Curve |
getCurve()
Gets or sets the curve.
|
double |
getDirection()
Gets or sets the direction.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
double |
getOrigin()
Gets or sets the items.
|
void |
setAxis(double value)
Gets or sets the axis.
|
void |
setCurve(Curve value)
Gets or sets the curve.
|
void |
setDirection(double value)
Gets or sets the direction.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setOrigin(double value)
Gets or sets the items.
|
public final Curve getCurve()
Gets or sets the curve. Describes the base curve.
public final void setCurve(Curve value)
Gets or sets the curve. Describes the base curve.
public final double getAxis()
Gets or sets the axis.
public final void setAxis(double value)
Gets or sets the axis.
public final double getDirection()
Gets or sets the direction.
public final void setDirection(double value)
Gets or sets the direction.
public final double getOrigin()
Gets or sets the items.
public final void setOrigin(double value)
Gets or sets the items.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.