public class Plane extends ColladaElement
The plane. Defines an infinite plane.
Constructor and Description |
---|
Plane() |
Modifier and Type | Method and Description |
---|---|
String |
getEquation()
Gets or sets the equation.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
void |
setEquation(String value)
Gets or sets the equation.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
public final String getEquation()
Gets or sets the equation. Contains four floating-point values that represent the coefficients for the plane’s equation: AX + BY + CZ + D = 0.
public final void setEquation(String value)
Gets or sets the equation. Contains four floating-point values that represent the coefficients for the plane’s equation: AX + BY + CZ + D = 0.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.