Plane
Contents
[
Hide
]Inheritance: java.lang.Object, ColladaElement
The plane. Defines an infinite plane.
Constructors
| Constructor | Description |
|---|---|
| Plane() |
Methods
| Method | Description |
|---|---|
| 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. |
| 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. |
| getExtra() | Gets or sets the extra. |
| setExtra(Extra[] value) | Gets or sets the extra. |
Plane()
public Plane()
getEquation()
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.
Returns: String
setEquation(String value)
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.
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.