#include <OpenKN/math/Vector3.hpp>#include <limits>

Go to the source code of this file.
Namespaces | |
| namespace | kn |
Functions | |
| template<typename T > | |
| kn::Vector3< T > | kn::barycentricToPoint (const kn::Vector3< T > &pointA, const kn::Vector3< T > &pointB, const kn::Vector3< T > &pointC, const kn::Vector2< T > &bary) |
| convert barycentric coordinates of a triangle in world-space coordinates | |
Variables | |
| static const float | kn::MAX_FLOAT = std::numeric_limits<float>::max() |
| static const float | kn::MIN_FLOAT = std::numeric_limits<float>::min() |
1.5.8