wfmath  1.0.3
A math library for the Worldforge system.
WFMath::ColinearVectors< dim > Struct Template Reference

An error thrown by certain functions when passed parallel vectors. More...

#include <error.h>

Inheritance diagram for WFMath::ColinearVectors< dim >:
Collaboration diagram for WFMath::ColinearVectors< dim >:

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
 

Detailed Description

template<int dim>
struct WFMath::ColinearVectors< dim >

An error thrown by certain functions when passed parallel vectors.

Definition at line 37 of file error.h.


The documentation for this struct was generated from the following file: