|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
A class representing a 3x3 matrix. More...
#include "geometry_ops.h"
Public Member Functions | |
| const RealType * | getData () const noexcept |
| Get the matrix data as a constant pointer. | |
| RealType * | getData () noexcept |
| Get the matrix data as a modifiable pointer. | |
Public Attributes | |
| std::array< RealType, 9 > | elements {} |
| The 3x3 matrix elements. | |
A class representing a 3x3 matrix.
Definition at line 28 of file geometry_ops.h.
|
noexcept |
Get the matrix data as a constant pointer.
Definition at line 38 of file geometry_ops.h.
References elements.
|
noexcept |
Get the matrix data as a modifiable pointer.
Definition at line 45 of file geometry_ops.h.
References elements.
| std::array<RealType, 9> math::Matrix3::elements {} |
The 3x3 matrix elements.
Definition at line 31 of file geometry_ops.h.