SBgl 0.1.0
A graphics framework in C99
Loading...
Searching...
No Matches
sbgl_Vec2 Union Reference

2D Vector. More...

#include <sbgl_math.h>

Data Fields

struct { 
 
   float   x 
 
   float   y 
 
};  
 
float v [2]
 

Detailed Description

2D Vector.

Definition at line 38 of file sbgl_math.h.

Field Documentation

◆ [struct]

__extension__ struct { ... } sbgl_Vec2

◆ v

float sbgl_Vec2::v[2]

Definition at line 43 of file sbgl_math.h.

◆ x

float sbgl_Vec2::x

Definition at line 41 of file sbgl_math.h.

◆ y

float sbgl_Vec2::y

Definition at line 41 of file sbgl_math.h.


The documentation for this union was generated from the following file: