Class DMCPoint3D
Object
|
+--DMCPoint3D
- class
DMCPoint3D
DMCPoint3D is a class that represents a point in either 2d or 3d space.
Defined in APIJS.js
|
Field Summary |
float |
x
X Coordinate of the point. |
float |
y
Y Coordinate of the point. |
float |
z
Z Coordinate of the point. |
|
Constructor Summary |
DMCPoint3D(<float> x,<float> y,<float> z)
Creates a new Point.
|
|
Method Summary |
float
|
dot( <DMCPoint3D> point )
Returns the dot product of a a point to this point.
|
x
float x
X Coordinate of the point.
y
float y
Y Coordinate of the point.
z
float z
Z Coordinate of the point.
DMCPoint3D
DMCPoint3D(<float> x,<float> y,<float> z)
Parameters:
z - Z Coordinate Optional
dot
float dot( <DMCPoint3D> point )
Returns the dot product of a a point to this point.
Parameters:
point - DMCPoint3D object
Documentation generated by
JSDoc on Mon Nov 24 17:54:35 2008