#include <vec3d.h>
Definition at line 24 of file vec3d.h.
◆ Vec3D() [1/2]
| Vec3D::Vec3D |
( |
float |
x0 = 0.0f, |
|
|
float |
y0 = 0.0f, |
|
|
float |
z0 = 0.0f |
|
) |
| |
|
inline |
◆ Vec3D() [2/2]
| Vec3D::Vec3D |
( |
Vec3D const & |
v | ) |
|
|
default |
◆ length()
| float Vec3D::length |
( |
| ) |
const |
|
inline |
◆ lengthSquared()
| float Vec3D::lengthSquared |
( |
| ) |
const |
|
inline |
◆ normalize()
| Vec3D & Vec3D::normalize |
( |
| ) |
|
|
inline |
◆ operator float *()
| Vec3D::operator float * |
( |
| ) |
|
|
inline |
◆ operator%()
◆ operator*() [1/2]
| Vec3D Vec3D::operator* |
( |
float |
d | ) |
const |
|
inline |
◆ operator*() [2/2]
| float Vec3D::operator* |
( |
Vec3D const & |
v | ) |
const |
|
inline |
◆ operator*=()
| Vec3D & Vec3D::operator*= |
( |
float |
d | ) |
|
|
inline |
◆ operator+()
◆ operator+=()
◆ operator-()
◆ operator-=()
◆ operator=()
◆ operator~()
| Vec3D Vec3D::operator~ |
( |
| ) |
const |
|
inline |
◆ operator*
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
out, |
|
|
Vec3D const & |
v |
|
) |
| |
|
friend |
◆ operator>>
| std::istream & operator>> |
( |
std::istream & |
in, |
|
|
Vec3D & |
v |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: