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::CyType Struct Reference

Cylindrical coordinate. More...

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

Public Attributes

float r = 0.0f
 Radial distance.
float theta = 0.0f
 Azimuth angle in degrees for this framework's math helpers.
float z = 0.0f
 Height coordinate.

Detailed Description

Cylindrical coordinate.

Definition at line 1146 of file mxvk_math.h.

Member Data Documentation

◆ r

float mxvk::CyType::r = 0.0f

Radial distance.

Definition at line 1148 of file mxvk_math.h.

◆ theta

float mxvk::CyType::theta = 0.0f

Azimuth angle in degrees for this framework's math helpers.

Definition at line 1151 of file mxvk_math.h.

◆ z

float mxvk::CyType::z = 0.0f

Height coordinate.

Definition at line 1154 of file mxvk_math.h.


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