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

Spherical coordinate. More...

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

Public Attributes

float p = 0.0f
 Radial distance.
float phi = 0.0f
 Inclination angle in degrees for this framework's math helpers.
float theta = 0.0f
 Azimuth angle in degrees for this framework's math helpers.

Detailed Description

Spherical coordinate.

Definition at line 1158 of file mxvk_math.h.

Member Data Documentation

◆ p

float mxvk::SpType::p = 0.0f

Radial distance.

Definition at line 1160 of file mxvk_math.h.

◆ phi

float mxvk::SpType::phi = 0.0f

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

Definition at line 1166 of file mxvk_math.h.

◆ theta

float mxvk::SpType::theta = 0.0f

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

Definition at line 1163 of file mxvk_math.h.


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