ERY.AgateLib.Geometry.Vector3 Struct Reference

Structure which describes a vector in 3-space. More...

List of all members.

Public Member Functions

 Vector3 (float x, float y, float z)
 Constructs a Vector3 object.
 Vector3 (double x, double y, double z)
 Constructs a Vector3 object.

Static Public Attributes

static readonly Vector3 Empty = new Vector3()
 Vector representing the origin.

Properties

float X [get, set]
 X coordinate.
float Y [get, set]
 Y coordinate.
float Z [get, set]
 Z coordinate.


Detailed Description

Structure which describes a vector in 3-space.


Constructor & Destructor Documentation

ERY.AgateLib.Geometry.Vector3.Vector3 ( float  x,
float  y,
float  z 
)

Constructs a Vector3 object.

Parameters:
x 
y 
z 

ERY.AgateLib.Geometry.Vector3.Vector3 ( double  x,
double  y,
double  z 
)

Constructs a Vector3 object.

Parameters:
x 
y 
z 


Member Data Documentation

readonly Vector3 ERY.AgateLib.Geometry.Vector3.Empty = new Vector3() [static]

Vector representing the origin.


Property Documentation

float ERY.AgateLib.Geometry.Vector3.X [get, set]

X coordinate.

float ERY.AgateLib.Geometry.Vector3.Y [get, set]

Y coordinate.

float ERY.AgateLib.Geometry.Vector3.Z [get, set]

Z coordinate.


The documentation for this struct was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo