Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
bt Namespace Reference

Converter functions from other vector or number storage systems into the bullet 3 standard. More...

Functions

btVector3 getVec3 (glm::vec3 v)
btQuaternion getQuat (glm::quat quaternion)

Detailed Description

Converter functions from other vector or number storage systems into the bullet 3 standard.

Function Documentation

◆ getQuat()

btQuaternion bt::getQuat ( glm::quat quaternion)

Definition at line 17 of file Converter.cpp.

Referenced by Physics::SphereCollision::setup(), and EngineCore::PhysicsBodyComponent::teleport().

Here is the caller graph for this function:

◆ getVec3()

btVector3 bt::getVec3 ( glm::vec3 v)