#include <Grid.hpp>
◆ Grid() [1/5]
◆ Grid() [2/5]
◆ Grid() [3/5]
◆ ~Grid()
CU_API castor::Grid::~Grid |
( |
| ) |
|
|
defaultnoexcept |
◆ Grid() [4/5]
CU_API castor::Grid::Grid |
( |
uint32_t | gridSize, |
|
|
float | cellSize, |
|
|
Point3f | max, |
|
|
Point3f | min, |
|
|
float | scale ) |
◆ Grid() [5/5]
CU_API castor::Grid::Grid |
( |
Grid const & | old, |
|
|
float | scale ) |
◆ getCellSize()
float castor::Grid::getCellSize |
( |
| ) |
const |
|
inline |
◆ getCenter()
Point3f castor::Grid::getCenter |
( |
| ) |
const |
|
inline |
◆ getDimensions()
Point3ui const & castor::Grid::getDimensions |
( |
| ) |
const |
|
inline |
◆ getMax()
Point3f const & castor::Grid::getMax |
( |
| ) |
const |
|
inline |
◆ getMin()
Point3f const & castor::Grid::getMin |
( |
| ) |
const |
|
inline |
◆ getModelMatrix()
Matrix4x4f const & castor::Grid::getModelMatrix |
( |
| ) |
const |
|
inline |
◆ getScale()
float castor::Grid::getScale |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ transform()
CU_API void castor::Grid::transform |
( |
Point3f | pos, |
|
|
Point3f | dir ) |
The documentation for this class was generated from the following file: