VVVV Math Utilities
Classes
Class | Description | |
---|---|---|
Matrix4x4Extensions |
Extension methods for type Matrix4x4.
| |
Matrix4x4Utils |
VMath Matrix utils.
| |
Tweener |
Tweener routines, interpolation functions for a value in the range [0..1] in various shapes
Code by west
| |
VectorExtensions | ||
VMath |
The vvvv c# math routines library
|
Structures
Structure | Description | |
---|---|---|
Matrix2x2 |
2x2 transform matrix struct with operators
| |
Matrix4x4 |
4x4 transform matrix struct with operators, much faster then matrix classes
| |
Vector2D |
Fast 2d vector struct with operators
| |
Vector3D |
Fast 3d vector struct with operators
| |
Vector4D |
Fast 4d vector struct with operators
|
Enumerations
Enumeration | Description | |
---|---|---|
TMapMode |
vvvv like modi for the Map function
|