mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 19:42:29 +00:00
chore: initial commit
This commit is contained in:
commit
70b00c5c38
965 changed files with 264882 additions and 0 deletions
20
src/gx/Coordinate.hpp
Normal file
20
src/gx/Coordinate.hpp
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#ifndef GX_COORDINATE_HPP
|
||||
#define GX_COORDINATE_HPP
|
||||
|
||||
float CoordinateGetAspectCompensation(void);
|
||||
|
||||
void CoordinateSetAspectRatio(float);
|
||||
|
||||
void DDCToNDC(float, float, float*, float*);
|
||||
|
||||
float DDCToNDCHeight(float);
|
||||
|
||||
float DDCToNDCWidth(float);
|
||||
|
||||
void NDCToDDC(float, float, float*, float*);
|
||||
|
||||
float NDCToDDCHeight(float);
|
||||
|
||||
float NDCToDDCWidth(float);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue