Show / Hide Table of Contents

Class Vector3D

Structure used by the 3D functions to describe positions, velocities, and orientations in the left-handed coordinate system.

Inheritance
Object
Vector3D
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class Vector3D : object

Constructors

Vector3D()

Creates a new instance of Vector3D.

Declaration
public 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

+values=right, -values=left (default=0)

Declaration
public float X
Field Value
Single

Y

+values=up, -values=down (default=0)

Declaration
public float Y
Field Value
Single

Z

+values=front, -values=behind (default=0)

Declaration
public float Z
Field Value
Single

Methods

ToString()

Returns a string representation of this Vector.

Declaration
public override string ToString()
Returns
String

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx