Class Vector3D
Structure used by the 3D functions to describe positions, velocities, and orientations in the left-handed coordinate system.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class Vector3D : object
Constructors
Vector3D()
Vector3D(Single, Single, Single)
Creates a new instance of Vector3D and initialises members.
Declaration
public Vector3D(float X, float Y, float Z)
Parameters
Single
X
|
Single
Y
|
Single
Z
|
Fields
X
Y
Z
Methods
ToString()
Returns a string representation of this Vector.
Declaration
public override string ToString()
Returns
String
|