#include <kanzi/core.ui/graphics3d/sort_object_source_runtime.hpp>
#include <kanzi/core/math/matrix4x4.hpp>
Classes | |
class | kanzi::SortByZObjectSourceRuntime |
Runtime for z-sort object source. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
using | kanzi::SortByZObjectSourceRuntimeSharedPtr = shared_ptr< SortByZObjectSourceRuntime > |
Frustum cull filter runtime shared pointer type. More... | |
Functions | |
float | kanzi::matrixMultiplyAffineGetTranslationZ (const kanzi::Matrix4x4 &lhs, const kanzi::Matrix4x4 &rhs) |
Gets translation Z component from product of two matrices, where both are affine transformations. More... | |