A 3D point or vector in Cartesian
coordinates.
| C# | Visual Basic | Visual C++ |
public interface IAgGxCartesian
Public Interface IAgGxCartesian
public interface class IAgGxCartesian
| All Members | Methods | Properties | |||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
Get(Double % , Double % , Double % ) |
|
|
|
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.
|
|
|
X |
The x component.
|
|
|
Y |
The y component.
|
|
|
Z |
The z component.
|
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)