AGI Components with Insight3D Alpha 2008 r8
AgGxConstantCartesian Interface
Library ReferenceAGI.GraphicsAgGxConstantCartesian
A read-only 3D point or vector in Cartesian coordinates. Read-only objects are commonly used to emulate const-correctness.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
AgGxConstantCartesian : 

IAgGxConstantCartesian
Public 
Interface 
AgGxConstantCartesian _
        
Implements 

IAgGxConstantCartesian
public 
interface class 
AgGxConstantCartesian : 

IAgGxConstantCartesian
Members
All Members Methods Properties



Icon Member Description
Get(Double % , Double % , Double % ) (Inherited from IAgGxConstantCartesian.)
X
Returns the x component.
(Inherited from IAgGxConstantCartesian.)
Y
Returns the y component.
(Inherited from IAgGxConstantCartesian.)
Z
Returns the z component.
(Inherited from IAgGxConstantCartesian.)

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