AGI Components with Insight3D Alpha 2008 r8
AgGxCartesianClass Class
Library ReferenceAGI.GraphicsAgGxCartesianClass
A 3D point or vector in cartesian coordinates.
Declaration Syntax
C# Visual Basic Visual C++
public 
class 
AgGxCartesianClass : 
IAgGxCartesian, 
        
AgGxCartesian, 

IAgGxConstantCartesian
Public 
Class 
AgGxCartesianClass _
        
Implements 
IAgGxCartesian, 
AgGxCartesian, 

IAgGxConstantCartesian
public 
ref class 
AgGxCartesianClass : 
IAgGxCartesian, 
        
AgGxCartesian, 

IAgGxConstantCartesian
Members
All Members Constructors Methods Properties



Icon Member Description
AgGxCartesianClass () () ()
_IAgGxCartesian_Set(Double, Double, Double)
_IAgGxCartesian_X
_IAgGxCartesian_Y
_IAgGxCartesian_Z
Equals(Object)
Determines whether the specified Objectis equal to the current Object.
(Inherited from Object.)
Finalize () () ()
Allows an Objectto attempt to free resources and perform other cleanup operations before the Objectis reclaimed by garbage collection.
(Inherited from Object.)
Get(Double % , Double % , Double % )
GetHashCode () () ()
Serves as a hash function for a particular type. GetHashCode () () () is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType () () ()
Gets the Typeof the current instance.
(Inherited from Object.)
IAgGxConstantCartesian_Get(Double % , Double % , Double % )
IAgGxConstantCartesian_X
IAgGxConstantCartesian_Y
IAgGxConstantCartesian_Z
MemberwiseClone () () ()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Set(Double, Double, Double)
Sets the x, y and z components. This method is more efficient then setting the X, Y and Z components individually.

ToString () () ()
Returns a Stringthat represents the current Object.
(Inherited from Object.)
X
The x component.

Y
The y component.

Z
The z component.

Inheritance Hierarchy
Object
AgGxCartesianClass

Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)