Class XVector
Assembly: JeremyAnsel.Media.DirectXFile.dll
public sealed class XVector
Properties
|
Edit this page
View Source
Declaration
public float X { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public float Y { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public float Z { get; set; }
Property Value
Methods
|
Edit this page
View Source
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides