| Package | idv.cjcat.stardust.threeD.geom |
| Class | public class MotionData3D |
Unlike the Vec3D class,
the sole purpose of this class is to hold two numeric values (X, Y, and Z components).
It does not provide vector operations like the Vec3D class does.
| Property | Defined by | ||
|---|---|---|---|
| x : Number | MotionData3D | ||
| y : Number | MotionData3D | ||
| z : Number | MotionData3D | ||
| Method | Defined by | ||
|---|---|---|---|
|
MotionData3D(x:Number = 0, y:Number = 0, z:Number = 0)
| MotionData3D | ||
| x | property |
public var x:Number
| y | property |
public var y:Number
| z | property |
public var z:Number
| MotionData3D | () | constructor |
public function MotionData3D(x:Number = 0, y:Number = 0, z:Number = 0)Parameters
x:Number (default = 0) |
|
y:Number (default = 0) |
|
z:Number (default = 0) |