IrrKlang.NET

Vector3D Structure

3d vector class with lots of operators and methods. This class has been ported directly from the native C++ Irrlicht Engine, so it may not be 100% complete yet and the design may not be 100% .NET like.

For a list of all members of this type, see Vector3D Members.

System.Object
   System.ValueType
      IrrKlang.Vector3D

[Visual Basic]
Public Structure Vector3D
[C#]
public struct Vector3D

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IrrKlang

Assembly: irrKlang.NET (in irrKlang.NET.dll)

See Also

Vector3D Members | IrrKlang Namespace