|
simplevectors
0.3.9
Simple vector implementations in C++
|
Enums for core library. More...

Go to the source code of this file.
Enumerations | |
| enum | svector::AngleDir { svector::ALPHA , svector::BETA , svector::GAMMA } |
| Angle enumerator. More... | |
Enums for core library.
| enum svector::AngleDir |
Angle enumerator.
An enum representing the angle to use for a 3D vector.
This is only used in svector::Vector3D::angle() and svector::Vector3D::rotate().
| Enumerator | |
|---|---|
| ALPHA | Angle between positive x-axis and vector. |
| BETA | Angle between positive y-axis and vector. |
| GAMMA | Angle between positive z-axis and vector. |