AGI Components with Insight3D Alpha 2008 r8
AgGxCartesian Interface
Library ReferenceAGI.GraphicsAgGxCartesian
A 3D point or vector in cartesian coordinates.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
AgGxCartesian : 
IAgGxCartesian
Public 
Interface 
AgGxCartesian _
        
Implements 
IAgGxCartesian
public 
interface class 
AgGxCartesian : 
IAgGxCartesian
Members
All Members Methods Properties



Icon Member Description
Get(Double % , Double % , Double % ) (Inherited from IAgGxCartesian.)
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.
(Inherited from IAgGxCartesian.)
X
The x component.
(Inherited from IAgGxCartesian.)
Y
The y component.
(Inherited from IAgGxCartesian.)
Z
The z component.
(Inherited from IAgGxCartesian.)

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