MXVK Vulkan Framework 0.33.1
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
anonymous_namespace{breakout.cpp}::Box Struct Reference

Public Attributes

glm::vec3 position {0.0f}
float rotation = 0.0f
glm::vec3 size {1.0f}
glm::vec3 velocity {0.0f}

Detailed Description

Definition at line 53 of file breakout.cpp.

Member Data Documentation

◆ position

glm::vec3 anonymous_namespace{breakout.cpp}::Box::position {0.0f}

Definition at line 54 of file breakout.cpp.

◆ rotation

float anonymous_namespace{breakout.cpp}::Box::rotation = 0.0f

Definition at line 57 of file breakout.cpp.

◆ size

glm::vec3 anonymous_namespace{breakout.cpp}::Box::size {1.0f}

Definition at line 55 of file breakout.cpp.

◆ velocity

glm::vec3 anonymous_namespace{breakout.cpp}::Box::velocity {0.0f}

Definition at line 56 of file breakout.cpp.


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