Unravel Engine C++ Reference
|
This is the complete list of members for math::plane, including all inherited members.
data | math::plane | |
dot(const plane &p, const vec4 &v) -> float | math::plane | static |
dot_coord(const plane &p, const vec3 &v) -> float | math::plane | static |
dot_normal(const plane &p, const vec3 &v) -> float | math::plane | static |
from_point_normal(const vec3 &point, const vec3 &normal) -> plane | math::plane | static |
from_points(const vec3 &v1, const vec3 &v2, const vec3 &v3) -> plane | math::plane | static |
mul(const plane &p, const mat4 &m) -> plane | math::plane | static |
normalize(const plane &p) -> plane | math::plane | static |
operator!=(const plane &p) const -> bool | math::plane | |
operator*(float s, const plane &p) -> plane | math::plane | friend |
operator*(float s) const -> plane | math::plane | |
operator*=(float s) -> plane & | math::plane | |
operator+() const -> plane | math::plane | |
operator-() const -> plane | math::plane | |
operator/(float s) const -> plane | math::plane | |
operator/=(float s) -> plane & | math::plane | |
operator=(const vec4 &rhs) -> plane & | math::plane | |
operator==(const plane &p) const -> bool | math::plane | |
plane() | math::plane | |
plane(const vec4 &p) | math::plane | |
plane(float _a, float _b, float _c, float _d) | math::plane | |
scale(const plane &p, float s) -> plane | math::plane | static |