|
Hymn to Beauty
C++ 3D Engine
|
Parameters used to create a plane shape. More...
#include <Shape.hpp>
Public Member Functions | |
| Plane (const glm::vec3 &normal, float planeCoeff) | |
Public Attributes | |
| glm::vec3 | normal |
| float | planeCoeff |
Parameters used to create a plane shape.
|
inline |
| glm::vec3 Physics::Shape::Plane::normal |
| float Physics::Shape::Plane::planeCoeff |