载入中...
搜索中...
未找到
Vec2.h
浏览该文件的文档.
float dot(const Vec2 *other) const
Dot/cross product, distance, angle (radians).
Definition Vec2.cpp:23
Vec2()=default
Vec2 * add(const Vec2 *other) const
Arithmetic helpers returning new (caller-owned) vectors.
Definition Vec2.cpp:42
Vec2 * lerpTo(const Vec2 *other, float t) const
Linear interpolation to other at t in [0,1].
Definition Vec2.cpp:54
Definition Mat4.cpp:10