Carna
Version 3.3.2
|
Defines interface to \(\mathbb N_0^3 \to \left\{\vec v \middle| \left\|\vec v \in \mathbb R^3\right\|_2 \leq 1\right\}\) mapping. More...
#include <NormalMap3D.h>
Public Member Functions | |
NormalMap3D () | |
Instantiates. | |
NormalMap3D (const math::Vector3ui &size) | |
Instantiates. | |
![]() | |
virtual | ~VectorField () |
Does nothing. | |
virtual math::Vector3f | operator() (unsigned int x, unsigned int y, unsigned int z) const=0 |
Returns value of specified voxel. | |
virtual math::Vector3f | operator() (const Vector3ui &at) const |
Public Attributes | |
math::Vector3ui | size |
Holds the resolution. | |
Additional Inherited Members | |
![]() | |
typedef math::Vector3f | Value |
Holds the co-domain type of the vector field. | |
Defines interface to \(\mathbb N_0^3 \to \left\{\vec v \middle| \left\|\vec v \in \mathbb R^3\right\|_2 \leq 1\right\}\) mapping.
Definition at line 46 of file NormalMap3D.h.
Documentation generated by Doxygen