KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
vector.h File Reference

Primitive matrix, vector, and point types. More...

#include <sys/cdefs.h>

Go to the source code of this file.

Data Structures

struct  vector_t
 4-part vector type. More...
 

Typedefs

typedef float matrix_t[4][4]
 Basic 4x4 matrix type.
 
typedef vector_t point_t
 4-part point type (alias to the vector_t type).
 

Detailed Description

Primitive matrix, vector, and point types.

This file provides a few primivite data types that are useful for 3D graphics.

Author
Megan Potter