|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Represents a position in 3D space with an associated time. More...
#include "coord.h"
Collaboration diagram for math::Coord:Public Member Functions | |
| bool | operator< (const Coord &b) const noexcept |
| Comparison operator based on the time component. | |
| Coord & | operator= (RealType a) noexcept |
| Assignment operator to set the time and position. | |
Public Attributes | |
| Vec3 | pos |
| 3D position | |
| RealType | t |
| Time. | |
|
noexcept |
| Vec3 math::Coord::pos |
3D position
Definition at line 25 of file coord.h.
Referenced by math::operator*(), math::operator*(), math::operator+(), math::operator+(), math::operator-(), math::operator/(), math::operator/(), math::operator/(), and operator=().
| RealType math::Coord::t |
Time.
Definition at line 26 of file coord.h.
Referenced by math::Path::addCoord(), math::Path::getVelocity(), math::operator*(), math::operator*(), math::operator+(), math::operator+(), math::operator-(), math::operator/(), math::operator/(), math::operator/(), operator<(), and operator=().