Skip to main content

Questions tagged [matrix]

A 2D array of numbers, symbols or expressions, arranged in rows and columns. Each row must have the same number of columns. The numbers, symbols or expressions themselves are called elements or entries.

0 votes
0 answers
49 views

Designing a space game, where each ship has a certain size/ number of layers of armor. for example 3 layers size 7.. .Which would look like this: ...
Pliny's user avatar
  • 111
0 votes
0 answers
83 views

I have 2 rotation matrixes than work in a world that have three dimensions (X, Y and Z) being Y the one of the height. One of such rotations works using Y dimension, from the point of the center of ...
user57129's user avatar
  • 133
0 votes
2 answers
115 views

I have a MAT4 structure. ...
Valtsuh's user avatar
  • 139
0 votes
1 answer
161 views

I'm trying to draw a hollow rectangle (i.e. the border of a rectangle without the middle) using a unit square plus normals. The actual positions are being calculated in my vertex shader. For example, ...
junglie85's user avatar
  • 123
0 votes
0 answers
104 views

When I calculated the inverse matrix, I found that the error in using the float data type would cause the inverse matrix calculation error. Is there any good solution? ...
noodle_run's user avatar
2 votes
1 answer
678 views

From what I can tell Godot uses Projection for 4x4 matrixes, but I see no way to generate a localtoworldmatrix from a given transform in Godot, how do I do this?
Ethan's user avatar
  • 145
0 votes
1 answer
74 views

I ask for help - I need to rotate the UV scan inside the quad by a certain angle (set by a parameter) so that the result is embedded in the original UV, and the missing areas are repeat edge pixels. ...
AleVerDes's user avatar
0 votes
1 answer
200 views

If I have the inertia tensor relative to the center of mass, is that the same as the inertia tensor in body coordinates? If no, can you please explain the difference and how do I numerically calculate ...
Learning CG's user avatar

15 30 50 per page
1
2 3 4 5
41