wfmath 1.0.3
A math library for the Worldforge system.
|
An error thrown by certain functions when passed parallel vectors. More...
#include <error.h>
Public Member Functions | |
ColinearVectors (const Vector< dim > &v1_in, const Vector< dim > &v2_in) | |
ColinearVectors (const ColinearVectors &rhs) noexcept | |
const char * | what () const noexcept override |
Public Attributes | |
Vector< dim > | v1 |
Vector< dim > | v2 |
An error thrown by certain functions when passed parallel vectors.
|
inline |
|
inlinenoexcept |
|
inlineoverridenoexcept |
Vector<dim> WFMath::ColinearVectors< dim >::v1 |
Vector<dim> WFMath::ColinearVectors< dim >::v2 |