This site has been permanently archived. The content on this site was last updated in 2019.
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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."]]],[]]