| Package | graphics.geom |
| Class | public class Plane |
| Inheritance | Plane Object |
| Implements | Geometry |
| Property | Defined By | ||
|---|---|---|---|
| a : Number
Defined the first plane coordinate. | Plane | ||
| b : Number
Defined the second plane coordinate. | Plane | ||
| c : Number
Defined the third plane coordinate. | Plane | ||
| d : Number
Defined the forth plane coordinate. | Plane | ||
| Method | Defined By | ||
|---|---|---|---|
Plane(a:Number = 0, b:Number = 0, c:Number = 0, d:Number = 0)
Creates a new Plane instance. | Plane | ||
clone():*
Returns a shallow copy of this instance. | Plane | ||
equals(o:*):Boolean
Compares the specified object with this object for equality. | Plane | ||
toObject():Object
Returns the Object representation of this object. | Plane | ||
toSource(indent:int = 0):String
Returns the source code string representation of the object. | Plane | ||
toString():String
Returns the string representation of the object. | Plane | ||
| a | property |
public var a:NumberDefined the first plane coordinate.
| b | property |
public var b:NumberDefined the second plane coordinate.
| c | property |
public var c:NumberDefined the third plane coordinate.
| d | property |
public var d:NumberDefined the forth plane coordinate.
| Plane | () | Constructor |
public function Plane(a:Number = 0, b:Number = 0, c:Number = 0, d:Number = 0)
Creates a new Plane instance.
a:Number (default = 0) — the first plane coordinate.
| |
b:Number (default = 0) — the second plane coordinate.
| |
c:Number (default = 0) — the third plane coordinate.
| |
d:Number (default = 0) — the forth plane coordinate.
|
| clone | () | method |
public function clone():*Returns a shallow copy of this instance.
Returns* — a shallow copy of this instance.
|
| equals | () | method |
public function equals(o:*):BooleanCompares the specified object with this object for equality.
Parameters
o:* |
Boolean — true if the the specified object is equal with this object.
|
| toObject | () | method |
public function toObject():ObjectReturns the Object representation of this object.
ReturnsObject — the Object representation of this object.
|
| toSource | () | method |
public function toSource(indent:int = 0):StringReturns the source code string representation of the object.
Parameters
indent:int (default = 0) |
String — the source code string representation of the object.
|
| toString | () | method |
public function toString():StringReturns the string representation of the object.
ReturnsString — the string representation of the object.
|