Property | Type | Description | |
---|---|---|---|
X | float | ||
Y | float | ||
Z | float |
Method | Description | |
---|---|---|
Distance2D ( |
||
DistanceTo ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetXml ( ) : System.Xml.Linq.XElement | ||
Location ( System.Xml.Linq.XElement xml ) : System | ||
Location ( float x, float y, float z ) : System | ||
Normalize ( ) : |
||
ToString ( ) : string | ||
ToVector3 ( ) : SlimDX.Vector3 | ||
ToXNA ( ) : Microsoft.Xna.Framework.Vector3 | ||
operator ( ) : bool |
public Location ( System.Xml.Linq.XElement xml ) : System | ||
xml | System.Xml.Linq.XElement | |
return | System |
public Location ( float x, float y, float z ) : System | ||
x | float | |
y | float | |
z | float | |
return | System |
public ToXNA ( ) : Microsoft.Xna.Framework.Vector3 | ||
return | Microsoft.Xna.Framework.Vector3 |