Unravel Engine C++ Reference
Loading...
Searching...
No Matches
math::plane Member List

This is the complete list of members for math::plane, including all inherited members.

datamath::plane
dot(const plane &p, const vec4 &v) -> floatmath::planestatic
dot_coord(const plane &p, const vec3 &v) -> floatmath::planestatic
dot_normal(const plane &p, const vec3 &v) -> floatmath::planestatic
from_point_normal(const vec3 &point, const vec3 &normal) -> planemath::planestatic
from_points(const vec3 &v1, const vec3 &v2, const vec3 &v3) -> planemath::planestatic
mul(const plane &p, const mat4 &m) -> planemath::planestatic
normalize(const plane &p) -> planemath::planestatic
operator!=(const plane &p) const -> boolmath::plane
operator*(float s, const plane &p) -> planemath::planefriend
operator*(float s) const -> planemath::plane
operator*=(float s) -> plane &math::plane
operator+() const -> planemath::plane
operator-() const -> planemath::plane
operator/(float s) const -> planemath::plane
operator/=(float s) -> plane &math::plane
operator=(const vec4 &rhs) -> plane &math::plane
operator==(const plane &p) const -> boolmath::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) -> planemath::planestatic