This site has been permanently archived. The content on this site was last updated in 2019.
gvr_mat4f
#include <gvr_types.h>
A floating point 4x4 matrix stored in row-major form.
Summary
It needs to be transposed before being used with OpenGL.
Public attributes
|
m[4][4]
|
float
|
Public attributes
m
float gvr_mat4f::m[4][4]
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["`gvr_mat4f` represents a 4x4 floating-point matrix, arranged in row-major order."],["It's crucial to transpose this matrix before utilizing it with OpenGL for proper rendering."],["The matrix data is stored within a public 2D array named 'm', holding 4 rows and 4 columns of float values."]]],[]]