◆ clone()
◆ getDataToModelMatrix()
virtual glm::mat4 inviwo::SpatialCoordinateTransformerImpl::getDataToModelMatrix |
( |
| ) |
const |
|
virtual |
Returns the matrix transformation mapping from raw data numbers to model space coordinates, i.e. from generally (-inf, inf), ([0,1] for textures) to (data min, data max)
Implements inviwo::SpatialCoordinateTransformer.
◆ getDataToWorldMatrix()
virtual glm::mat4 inviwo::SpatialCoordinateTransformerImpl::getDataToWorldMatrix |
( |
| ) |
const |
|
virtual |
Returns the matrix transformation mapping from raw data numbers to world space coordinates, i.e. from generally (-inf, inf), ([0,1] for textures) to (-inf, inf)
Implements inviwo::SpatialCoordinateTransformer.
◆ getModelToDataMatrix()
virtual glm::mat4 inviwo::SpatialCoordinateTransformerImpl::getModelToDataMatrix |
( |
| ) |
const |
|
virtual |
Returns the matrix transformation mapping from model space coordinates to raw data numbers, i.e. from (data min, data max) to generally (-inf, inf), ([0,1] for textures)
Implements inviwo::SpatialCoordinateTransformer.
◆ getModelToWorldMatrix()
virtual glm::mat4 inviwo::SpatialCoordinateTransformerImpl::getModelToWorldMatrix |
( |
| ) |
const |
|
virtual |
Returns the matrix transformation mapping from model space coordinates to world space coordinates, i.e. from (data min, data max) to (-inf, inf)
Implements inviwo::SpatialCoordinateTransformer.
◆ getWorldToDataMatrix()
virtual glm::mat4 inviwo::SpatialCoordinateTransformerImpl::getWorldToDataMatrix |
( |
| ) |
const |
|
virtual |
Returns the matrix transformation mapping from world space coordinates to raw data numbers, i.e. from (-inf, inf) to generally (-inf, inf), ([0,1] for textures)
Implements inviwo::SpatialCoordinateTransformer.
◆ getWorldToModelMatrix()
virtual glm::mat4 inviwo::SpatialCoordinateTransformerImpl::getWorldToModelMatrix |
( |
| ) |
const |
|
virtual |
Returns the matrix transformation mapping from world space coordinates to model space coordinates, i.e. from (-inf, inf) to (data min, data max)
Implements inviwo::SpatialCoordinateTransformer.
The documentation for this class was generated from the following file: