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::Mat4x3D Class Reference

Four-by-three matrix storage. More...

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

Public Attributes

float mat [4][3] {}
 Matrix elements indexed as row, column.

Detailed Description

Four-by-three matrix storage.

Definition at line 617 of file mxvk_math.h.

Member Data Documentation

◆ mat

float mxvk::Mat4x3D::mat {}

Matrix elements indexed as row, column.

Definition at line 620 of file mxvk_math.h.

620{};

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