gwnavruntime/math/vec2f.h File Reference
|
KyFloat32 | Kaim::CrossProduct (const Vec2f &v1, const Vec2f &v2) |
|
KyFloat32 | Kaim::Distance (const Vec2f &v1, const Vec2f &v2) |
|
KyFloat32 | Kaim::DotProduct (const Vec2f &v1, const Vec2f &v2) |
|
KyFloat32 | Kaim::GetAngleRad (const Vec2f &v1, const Vec2f &v2) |
|
Vec2f | Kaim::GetDir2d (const Vec2f &v1, const Vec2f &v2) |
|
Vec2f | Kaim::operator* (KyFloat32 s, const Vec2f &v) |
|
void | Kaim::Rotate (Vec2f &direction, KyFloat32 cosAngle, KyFloat32 sinAngle) |
|
KyFloat32 | Kaim::SquareDistance (const Vec2f &v1, const Vec2f &v2) |
|
void | Kaim::SwapEndianness (Endianness::Target e, Vec2f &self) |
|
Go to the source code of this file.