#include <plane.hpp>
template<typename T>
class std::math::plane< T >
◆ pointer
◆ self_type
◆ value_type
◆ plane() [1/7]
◆ plane() [2/7]
58 : vector4<T>(_x, _y, _z, _w) {}
◆ plane() [3/7]
60 : vector4<T>(f, f, f, f) {}
◆ plane() [4/7]
62 : vector4<T>(vec.x, vec.y, vec.z, vec.w) {}
◆ plane() [5/7]
◆ plane() [6/7]
◆ plane() [7/7]
◆ operator value_type *()
84 {
return (
float*)(
c); }
float c[4]
Definition: vector4.hpp:67
◆ operator void *()
85 {
return (
void*)(
c); }
float c[4]
Definition: vector4.hpp:67
◆ operator*=() [1/2]
90 {
x *= v.x;
y *= v.y;
z *= v.z;
w *= v.w;
return *
this; }
value_type x
Definition: vector4.hpp:59
value_type z
Definition: vector4.hpp:61
value_type y
Definition: vector4.hpp:60
value_type w
Definition: vector4.hpp:62
◆ operator*=() [2/2]
94 {
x *= f;
y *= f;
z *= f;
w *= f;
return *
this; }
value_type x
Definition: vector4.hpp:59
value_type z
Definition: vector4.hpp:61
value_type y
Definition: vector4.hpp:60
value_type w
Definition: vector4.hpp:62
◆ operator+=()
88 {
x += v.x;
y += v.y;
z += v.z;
w += v.w;
return *
this; }
value_type x
Definition: vector4.hpp:59
value_type z
Definition: vector4.hpp:61
value_type y
Definition: vector4.hpp:60
value_type w
Definition: vector4.hpp:62
◆ operator-=()
89 {
x -= v.x;
y -= v.y;
z -= v.z;
w -= v.w;
return *
this; }
value_type x
Definition: vector4.hpp:59
value_type z
Definition: vector4.hpp:61
value_type y
Definition: vector4.hpp:60
value_type w
Definition: vector4.hpp:62
◆ operator/=() [1/2]
91 {
x /= v.x;
y /= v.y;
z /= v.z;
w /= v.w;
return *
this; }
value_type x
Definition: vector4.hpp:59
value_type z
Definition: vector4.hpp:61
value_type y
Definition: vector4.hpp:60
value_type w
Definition: vector4.hpp:62
◆ operator/=() [2/2]
93 {
x /= f;
y /= f;
z /= f;
w /= f;
return *
this; }
value_type x
Definition: vector4.hpp:59
value_type z
Definition: vector4.hpp:61
value_type y
Definition: vector4.hpp:60
value_type w
Definition: vector4.hpp:62
◆ to_string()
size_t frmstring(basic_string< E, TAllocator, TStorage > &dest, const char *format, va_list arg)
Definition: string.hpp:99
std::basic_string< E, TAllocator, TStorage > to_string()
Definition: vector4.hpp:97
◆ @38
◆ xyz
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: