| Package | org.ffilmation.engine.datatypes |
| Class | public class fPoint3d |
| Property | Defined by | ||
|---|---|---|---|
| x : Number X coordinate
| fPoint3d | ||
| y : Number Scene Y coordinate
| fPoint3d | ||
| z : Number Scene Z coordinate
| fPoint3d | ||
| Method | Defined by | ||
|---|---|---|---|
|
fPoint3d(x:Number, y:Number, z:Number)
Constructor for the fPoint3d class
| fPoint3d | ||
|
distanceTo(other:fPoint3d):*
Return distance to another 3dPoint
| fPoint3d | ||
| x | property |
public var x:NumberX coordinate
| y | property |
public var y:NumberScene Y coordinate
| z | property |
public var z:NumberScene Z coordinate
| fPoint3d | () | constructor |
public function fPoint3d(x:Number, y:Number, z:Number)Constructor for the fPoint3d class
Parametersx:Number |
|
y:Number |
|
z:Number |
| distanceTo | () | method |
public function distanceTo(other:fPoint3d):*Return distance to another 3dPoint
Parametersother:fPoint3d — Point to be comapred
|
* — Distance betwenn points
|