Class Index

Global Variables

Classes


Class MVSdoPointType

MVSdoPointType defines a point object that can be used to construct a point type MVSdoGeometry object.

Class Summary
Constructor Attributes Constructor Name and Description
 
MVSdoPointType(x, y, z)
Field Summary
Field Attributes Field Name and Description
 
x
The X coordinate of the point
 
y
The Y coordinate of the point
 
z
The Z coordinate of the point
Class Detail
MVSdoPointType(x, y, z)
Parameters:
{float} x
the X coordinate of the point
{float} y
the Y coordinate of the point
{float} z
the Z coordinate of the point
Field Detail
{float} x
The X coordinate of the point

{float} y
The Y coordinate of the point

{float} z
The Z coordinate of the point

Documentation generated by JsDoc Toolkit 2.1.0 on Fri Feb 25 2011 12:34:46 GMT-0500 (EST)