vOOlkan
An object oriented approach to Vulkan
Vulkan::Physics::Speed Class Reference

#include <Foundations.h>

Inheritance diagram for Vulkan::Physics::Speed:
Vulkan::Physics::Vectorial

Public Member Functions

 Speed (glm::vec3 vector={ 0.0f, 0.0f, 0.0f })
 
 Speed (float x, float y, float z)
 
- Public Member Functions inherited from Vulkan::Physics::Vectorial
 Vectorial (glm::vec3 vector={ 0.0f, 0.0f, 0.0f })
 
 Vectorial (float x, float y, float z)
 
float x () const
 
float y () const
 
float z () const
 
 operator glm::vec3 () const
 

Friends

DeltaSpace operator* (Speed speed, Time time)
 
Impulse operator* (Speed speed, Mass mass)
 

Additional Inherited Members

- Protected Attributes inherited from Vulkan::Physics::Vectorial
glm::vec3 vector
 

Constructor & Destructor Documentation

◆ Speed() [1/2]

Vulkan::Physics::Speed::Speed ( glm::vec3  vector = { 0.0f, 0.0f, 0.0f })
inline

◆ Speed() [2/2]

Vulkan::Physics::Speed::Speed ( float  x,
float  y,
float  z 
)
inline

Friends And Related Function Documentation

◆ operator* [1/2]

Impulse operator* ( Speed  speed,
Mass  mass 
)
friend

◆ operator* [2/2]

DeltaSpace operator* ( Speed  speed,
Time  time 
)
friend

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