|
Blender V4.3
|
#include <cmath>Go to the source code of this file.
Classes | |
| struct | mikk::float3 |
Namespaces | |
| namespace | mikk |
Functions | |
| float | mikk::dot (const float3 &a, const float3 &b) |
| float | mikk::distance (const float3 &a, const float3 &b) |
| float3 | mikk::project (const float3 &n, const float3 &v) |