MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
mxvk::Polar Struct Reference

2D polar coordinate. More...

#include <mxvk/include/mxvk/mxvk_math.h>

Public Attributes

float r = 0.0f
 Radial distance.
float theta = 0.0f
 Angle in degrees for this framework's math helpers.

Detailed Description

2D polar coordinate.

Definition at line 1137 of file mxvk_math.h.

Member Data Documentation

◆ r

float mxvk::Polar::r = 0.0f

Radial distance.

Definition at line 1139 of file mxvk_math.h.

◆ theta

float mxvk::Polar::theta = 0.0f

Angle in degrees for this framework's math helpers.

Definition at line 1142 of file mxvk_math.h.


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