cesium-native
0.41.0
|
This is the complete list of members for CesiumGeometry::Plane, including all inherited members.
getDistance() const noexcept | CesiumGeometry::Plane | inline |
getNormal() const noexcept | CesiumGeometry::Plane | inline |
getPointDistance(const glm::dvec3 &point) const noexcept | CesiumGeometry::Plane | |
ORIGIN_XY_PLANE | CesiumGeometry::Plane | static |
ORIGIN_YZ_PLANE | CesiumGeometry::Plane | static |
ORIGIN_ZX_PLANE | CesiumGeometry::Plane | static |
Plane() noexcept | CesiumGeometry::Plane | |
Plane(const glm::dvec3 &normal, double distance) | CesiumGeometry::Plane | |
Plane(const glm::dvec3 &point, const glm::dvec3 &normal) | CesiumGeometry::Plane | |
projectPointOntoPlane(const glm::dvec3 &point) const noexcept | CesiumGeometry::Plane |