simplevectors  0.3.9
Simple vector implementations in C++
Enumerations
units.hpp File Reference

Enums for core library. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  svector::AngleDir { svector::ALPHA , svector::BETA , svector::GAMMA }
 Angle enumerator. More...
 

Detailed Description

Enums for core library.

Enumeration Type Documentation

◆ 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.