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.

Field Detail

x

float x

y

float y

z

float z

Constructor Detail

DMCPoint3D

DMCPoint3D(<float> x,<float> y,<float> z)

Method Detail

dot

float dot( <DMCPoint3D> point )


Documentation generated by JSDoc on Mon Nov 24 17:54:35 2008