mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-03 20:59:18 -05:00
Updated raylib data structures (markdown)
@ -46,7 +46,7 @@ who has authored video games before.
|
|||||||
struct Transform; [40 bytes] - // Vertex transformation: translation, rotation, scale
|
struct Transform; [40 bytes] - // Vertex transformation: translation, rotation, scale
|
||||||
|
|
||||||
struct Ray; [24 bytes] - // Ray-casting position+direction vectors
|
struct Ray; [24 bytes] - // Ray-casting position+direction vectors
|
||||||
struct RayHitInfo; [32 bytes] - // Ray collision information
|
struct RayCollision; [32 bytes] - // Ray collision information
|
||||||
struct BoundingBox; [12 bytes] - // Defined by min and max vertex
|
struct BoundingBox; [12 bytes] - // Defined by min and max vertex
|
||||||
|
|
||||||
// Audio related data
|
// Audio related data
|
||||||
|
|||||||
Reference in New Issue
Block a user