Monad Engine da02fba2
> Undercity Codex_
Loading...
Searching...
No Matches
eng::BoxCollider Class Reference

#include <Collider.h>

+ Inheritance diagram for eng::BoxCollider:
+ Collaboration diagram for eng::BoxCollider:

Public Member Functions

 BoxCollider (const glm::vec3 &extents)
 
btCollisionShape * GetShape ()
 

Protected Attributes

btCollisionShape * m_shape = nullptr
 

Detailed Description

Definition at line 19 of file Collider.h.

Constructor & Destructor Documentation

◆ BoxCollider()

eng::BoxCollider::BoxCollider ( const glm::vec3 &  extents)

Definition at line 20 of file Collider.cpp.

References eng::Collider::m_shape.

Member Function Documentation

◆ GetShape()

btCollisionShape * eng::Collider::GetShape ( )
inherited

Definition at line 15 of file Collider.cpp.

References eng::Collider::m_shape.

Member Data Documentation

◆ m_shape

btCollisionShape* eng::Collider::m_shape = nullptr
protectedinherited

The documentation for this class was generated from the following files: