Hymn to Beauty
C++ 3D Engine
Physics::Shape::Plane Struct Reference

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
 

Detailed Description

Parameters used to create a plane shape.

Constructor & Destructor Documentation

◆ Plane()

Physics::Shape::Plane::Plane ( const glm::vec3 &  normal,
float  planeCoeff 
)
inline

Member Data Documentation

◆ normal

glm::vec3 Physics::Shape::Plane::normal

◆ planeCoeff

float Physics::Shape::Plane::planeCoeff

The documentation for this struct was generated from the following file: