Click or drag to resize

CFX.Structures.Geometry Namespace

A collection of classes for geometric calculations ("linear algebra", but 2D, 3D, and 4D for homogeneous coordinates only). Taken from the open source library "FNA-XNA", see https://github.com/FNA-XNA/FNA, and modified to use _double_ precision instead of single precision _float_. Added the modulo-operator ("%") for Vector3.
Classes
 ClassDescription
Public classNamespaceDoc 
Structures
 StructureDescription
Public structureMatrix44 Represents the right-handed 4x4 floating point matrix, which can store translation, scale and rotation information.
Public structureQuaternion An efficient mathematical representation for three dimensional rotations.
Public structureVector2 Describes a 2D-vector.
Public structureVector3 Describes a 3D-vector.
Public structureVector4 Describes a 4D-vector.