Blender
V3.3
|
#include <SphericalGrid.h>
Public Member Functions | |
Transform ()=default | |
Transform (Transform &other) | |
Vec3r | operator() (const Vec3r &point) const |
![]() | |
virtual | ~Transform ()=0 |
Static Public Member Functions | |
static Vec3r | sphericalProjection (const Vec3r &M) |
Definition at line 120 of file SphericalGrid.h.
|
explicitdefault |
|
explicit |
Implements Freestyle::GridHelpers::Transform.
Definition at line 213 of file SphericalGrid.cpp.
References point, and sphericalProjection().
Definition at line 218 of file SphericalGrid.cpp.
References KDL::atan(), M, and sqrt().
Referenced by Freestyle::SphericalGrid::assignCells(), and operator()().