|
| SpatialIdentity (const glm::mat4 &modelMatrix) |
|
| SpatialIdentity (const glm::mat4 &modelMatrix, const glm::mat4 &worldMatrix) |
|
| SpatialIdentity (const SpatialIdentity &rhs) |
|
SpatialIdentity & | operator= (const SpatialIdentity &that) |
|
virtual SpatialIdentity * | clone () const override |
|
virtual const Axis * | getAxis (size_t index) const override |
|
| SpatialEntity (const glm::mat4 &modelMatrix) |
|
| SpatialEntity (const glm::mat4 &modelMatrix, const glm::mat4 &worldMatrix) |
|
| SpatialEntity (const SpatialEntity &rhs) |
|
SpatialEntity & | operator= (const SpatialEntity &that) |
|
glm::vec3 | getOffset () const |
|
void | setOffset (const glm::vec3 &offset) |
|
glm::mat3 | getBasis () const |
|
void | setBasis (const glm::mat3 &basis) |
|
glm::mat4 | getModelMatrix () const |
|
void | setModelMatrix (const glm::mat4 &modelMatrix) |
|
glm::mat4 | getWorldMatrix () const |
|
void | setWorldMatrix (const glm::mat4 &worldMatrix) |
|
virtual const SpatialCoordinateTransformer & | getCoordinateTransformer () const |
|
virtual const SpatialCameraCoordinateTransformer & | getCoordinateTransformer (const Camera &camera) const |
|
◆ clone()
◆ getAxis()
virtual const Axis * inviwo::SpatialIdentity::getAxis |
( |
size_t | index | ) |
const |
|
inlineoverridevirtual |
returns the axis information corresponding to index
- Returns
- nullptr if there is no axis for
index
Implements inviwo::SpatialEntity.
The documentation for this class was generated from the following file: