mal-math
C++20 mathematics library.
|
This is the complete list of members for mal_math::Triangle, including all inherited members.
a | mal_math::Triangle | |
b | mal_math::Triangle | |
c | mal_math::Triangle | |
Intersect(vec3 const &p0, vec3 const &p1, vec3 const &p2, float &nearest_t, Ray const &ray) | mal_math::Triangle | inlinestatic |
Intersect(vec3 const &p0, vec3 const &p1, vec3 const &p2, Intersection &nearest, Ray const &ray) | mal_math::Triangle | inlinestatic |
Intersect(float &nearest_t, Ray const &ray) const | mal_math::Triangle | inline |
Intersect(Intersection &nearest, Ray const &ray) const | mal_math::Triangle | inline |