|
| double | x = 0 |
| |
| double | y = 0 |
| |
Definition at line 40 of file test_ODE.cpp.
◆ Vec2() [1/2]
◆ Vec2() [2/2]
| Vec2::Vec2 |
( |
double |
a, |
|
|
double |
b |
|
) |
| |
|
inline |
◆ addTo()
| void Vec2::addTo |
( |
const Vec2 & |
o, |
|
|
double |
s |
|
) |
| |
|
inline |
◆ norm()
| double Vec2::norm |
( |
| ) |
const |
|
inline |
◆ operator*=() [1/2]
| void Vec2::operator*= |
( |
const Vec2 & |
o | ) |
|
|
inline |
◆ operator*=() [2/2]
| void Vec2::operator*= |
( |
double |
s | ) |
|
|
inline |
◆ operator+=()
| void Vec2::operator+= |
( |
const Vec2 & |
o | ) |
|
|
inline |
◆ operator=()
◆ setConstant()
| void Vec2::setConstant |
( |
double |
s | ) |
|
|
inline |
The documentation for this struct was generated from the following file: