Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <JGeometry.h>
Public Member Functions | |
TVec2 () | |
TVec2 (T v) | |
TVec2 (T x, T y) | |
void | set (T v) |
void | set (T x, T y) |
void | set (const TVec2 &other) |
void | setMin (const TVec2< f32 > &min) |
void | setMax (const TVec2< f32 > &max) |
void | add (const TVec2< T > &other) |
bool | isAbove (const TVec2< T > &other) const |
f32 | dot (const TVec2< T > &other) |
f32 | squared () |
f32 | length () |
Public Attributes | |
T | x |
T | y |
|
inline |
|
inline |
|
inline |
|
inline |
T JGeometry::TVec2< T >::x |
T JGeometry::TVec2< T >::y |