![]() |
Copperfield Engine 0.1
C++ Game Engine
|
This is the complete list of members for coma::Vec2, including all inherited members.
Distance(const Vec2 a, const Vec2 b) | coma::Vec2 | inlinestatic |
DotProduct(Vec2 a, Vec2 b) | coma::Vec2 | inlinestatic |
Lerp(const Vec2 a, const Vec2 b, float t) | coma::Vec2 | inlinestatic |
LerpUnclamped(const Vec2 a, const Vec2 b, float t) | coma::Vec2 | inlinestatic |
Magnitude() const | coma::Vec2 | inline |
Normalized() const | coma::Vec2 | inline |
Radians(const Vec2 v) | coma::Vec2 | inlinestatic |
Scale(const Vec2 scale) | coma::Vec2 | inline |
SqrMagnitude() const | coma::Vec2 | inline |