#include <Math.hpp>
Definition at line 19 of file Math.hpp.
◆ vec2() [1/2]
◆ vec2() [2/2]
vec2::vec2 |
( |
float | _x, |
|
|
float | _y ) |
|
inline |
◆ dot()
float vec2::dot |
( |
const vec2 & | other | ) |
const |
|
inline |
◆ length()
float vec2::length |
( |
| ) |
const |
|
inline |
◆ normalize()
vec2 vec2::normalize |
( |
| ) |
const |
|
inline |
◆ operator*()
vec2 vec2::operator* |
( |
float | scalar | ) |
const |
|
inline |
◆ operator+()
vec2 vec2::operator+ |
( |
const vec2 & | other | ) |
const |
|
inline |
◆ operator-()
vec2 vec2::operator- |
( |
const vec2 & | other | ) |
const |
|
inline |
◆ operator/()
vec2 vec2::operator/ |
( |
float | scalar | ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- /home/runner/work/scop/scop/src/Math.hpp