#include <Ultralight/Geometry.h>
|
vec3 | operator+ (vec3 lhs, const vec3 &rhs) |
|
vec3 | operator- (vec3 lhs, const vec3 &rhs) |
|
vec3 | operator* (vec3 lhs, const vec3 &rhs) |
|
vec3 | operator/ (vec3 lhs, const vec3 &rhs) |
|
vec3 | operator+ (vec3 lhs, float rhs) |
|
vec3 | operator- (vec3 lhs, float rhs) |
|
vec3 | operator* (vec3 lhs, float rhs) |
|
vec3 | operator/ (vec3 lhs, float rhs) |
|
bool | operator== (const vec3 &a, const vec3 &b) |
|
bool | operator!= (const vec3 &a, const vec3 &b) |
|
vec3 | min_ (const vec3 &a, const vec3 &b) |
|
vec3 | max_ (const vec3 &a, const vec3 &b) |
|
vec3 | clamp (const vec3 &x, const vec3 &minVal, const vec3 &maxVal) |
|
vec3 | mix (const vec3 &a, const vec3 &b, float t) |
|
float | length (const vec3 &a) |
|
float | distance (const vec3 &a, const vec3 &b) |
|
vec3 | normalize (const vec3 &a) |
|
float | dot (const vec3 &a, const vec3 &b) |
|
◆ vec3() [1/3]
ultralight::vec3::vec3 |
( |
| ) |
|
|
inline |
◆ vec3() [2/3]
ultralight::vec3::vec3 |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
inline |
◆ vec3() [3/3]
ultralight::vec3::vec3 |
( |
float |
x | ) |
|
|
inline |
◆ operator*=() [1/2]
vec3 & ultralight::vec3::operator*= |
( |
const vec3 & |
rhs | ) |
|
|
inline |
◆ operator*=() [2/2]
vec3 & ultralight::vec3::operator*= |
( |
float |
rhs | ) |
|
|
inline |
◆ operator+=() [1/2]
vec3 & ultralight::vec3::operator+= |
( |
const vec3 & |
rhs | ) |
|
|
inline |
◆ operator+=() [2/2]
vec3 & ultralight::vec3::operator+= |
( |
float |
rhs | ) |
|
|
inline |
◆ operator-=() [1/2]
vec3 & ultralight::vec3::operator-= |
( |
const vec3 & |
rhs | ) |
|
|
inline |
◆ operator-=() [2/2]
vec3 & ultralight::vec3::operator-= |
( |
float |
rhs | ) |
|
|
inline |
◆ operator/=() [1/2]
vec3 & ultralight::vec3::operator/= |
( |
const vec3 & |
rhs | ) |
|
|
inline |
◆ operator/=() [2/2]
vec3 & ultralight::vec3::operator/= |
( |
float |
rhs | ) |
|
|
inline |
◆ clamp
◆ distance
float distance |
( |
const vec3 & |
a, |
|
|
const vec3 & |
b |
|
) |
| |
|
friend |
◆ dot
float dot |
( |
const vec3 & |
a, |
|
|
const vec3 & |
b |
|
) |
| |
|
friend |
◆ length
float length |
( |
const vec3 & |
a | ) |
|
|
friend |
◆ max_
◆ min_
◆ mix
◆ normalize
◆ operator!=
bool operator!= |
( |
const vec3 & |
a, |
|
|
const vec3 & |
b |
|
) |
| |
|
friend |
◆ operator* [1/2]
◆ operator* [2/2]
◆ operator+ [1/2]
◆ operator+ [2/2]
◆ operator- [1/2]
◆ operator- [2/2]
◆ operator/ [1/2]
◆ operator/ [2/2]
◆ operator==
bool operator== |
( |
const vec3 & |
a, |
|
|
const vec3 & |
b |
|
) |
| |
|
friend |
float ultralight::vec3::x |
float ultralight::vec3::y |
float ultralight::vec3::z |
The documentation for this struct was generated from the following file: