#include <vec3.h>
Definition at line 35 of file vec3.h.
mcl_3dl::Vec3::Vec3 |
( |
const float |
x, |
|
|
const float |
y, |
|
|
const float |
z |
|
) |
| |
|
inline |
Vec3 mcl_3dl::Vec3::cross |
( |
const Vec3 & |
q | ) |
const |
|
inline |
float mcl_3dl::Vec3::dot |
( |
const Vec3 & |
q | ) |
const |
|
inline |
float mcl_3dl::Vec3::norm |
( |
| ) |
const |
|
inline |
Vec3 mcl_3dl::Vec3::normalized |
( |
| ) |
const |
|
inline |
bool mcl_3dl::Vec3::operator!= |
( |
const Vec3 & |
q | ) |
const |
|
inline |
Vec3 mcl_3dl::Vec3::operator* |
( |
const float & |
s | ) |
const |
|
inline |
Vec3& mcl_3dl::Vec3::operator*= |
( |
const float & |
s | ) |
|
|
inline |
Vec3 mcl_3dl::Vec3::operator+ |
( |
const Vec3 & |
q | ) |
const |
|
inline |
Vec3& mcl_3dl::Vec3::operator+= |
( |
const Vec3 & |
q | ) |
|
|
inline |
Vec3 mcl_3dl::Vec3::operator- |
( |
const Vec3 & |
q | ) |
const |
|
inline |
Vec3 mcl_3dl::Vec3::operator- |
( |
| ) |
const |
|
inline |
Vec3& mcl_3dl::Vec3::operator-= |
( |
const Vec3 & |
q | ) |
|
|
inline |
Vec3 mcl_3dl::Vec3::operator/ |
( |
const float & |
s | ) |
const |
|
inline |
Vec3& mcl_3dl::Vec3::operator/= |
( |
const float & |
s | ) |
|
|
inline |
bool mcl_3dl::Vec3::operator== |
( |
const Vec3 & |
q | ) |
const |
|
inline |
float& mcl_3dl::Vec3::operator[] |
( |
const size_t |
i | ) |
|
|
inline |
float mcl_3dl::Vec3::operator[] |
( |
const size_t |
i | ) |
const |
|
inline |
Vec3 mcl_3dl::Vec3::times |
( |
const Vec3 & |
q | ) |
const |
|
inline |
The documentation for this class was generated from the following file: