![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::SIMD_Float4, including all inherited members.
All(float value=1.0f) noexcept | s3d::SIMD_Float4 | static |
elem(size_t index) const noexcept | s3d::SIMD_Float4 | |
fastReciprocal() const noexcept | s3d::SIMD_Float4 | |
fastRsqrt() const noexcept | s3d::SIMD_Float4 | |
fastSqrt() const noexcept | s3d::SIMD_Float4 | |
Formatter(FormatData &formatData, const SIMD_Float4 &value) | s3d::SIMD_Float4 | friend |
getW() const noexcept | s3d::SIMD_Float4 | |
getX() const noexcept | s3d::SIMD_Float4 | |
getY() const noexcept | s3d::SIMD_Float4 | |
getZ() const noexcept | s3d::SIMD_Float4 | |
hasInf() const noexcept | s3d::SIMD_Float4 | |
hasNaN() const noexcept | s3d::SIMD_Float4 | |
isZero() const noexcept | s3d::SIMD_Float4 | |
length() const noexcept | s3d::SIMD_Float4 | |
lengthSq() const noexcept | s3d::SIMD_Float4 | |
lerp(SIMD_Float4 other, float f) const noexcept | s3d::SIMD_Float4 | |
normalize() noexcept | s3d::SIMD_Float4 | |
normalized() const noexcept | s3d::SIMD_Float4 | |
One() noexcept | s3d::SIMD_Float4 | static |
operator aligned_float4() const noexcept | s3d::SIMD_Float4 | |
operator Float3() const noexcept | s3d::SIMD_Float4 | |
operator!=(const SIMD_Float4 &lhs, const SIMD_Float4 &rhs) noexcept | s3d::SIMD_Float4 | friend |
operator*(float s) const noexcept | s3d::SIMD_Float4 | |
operator*(SIMD_Float4 v) const noexcept | s3d::SIMD_Float4 | |
operator*(float s, SIMD_Float4 v) noexcept | s3d::SIMD_Float4 | friend |
operator*=(float s) noexcept | s3d::SIMD_Float4 | |
operator*=(SIMD_Float4 v) noexcept | s3d::SIMD_Float4 | |
operator+() const noexcept | s3d::SIMD_Float4 | |
operator+(SIMD_Float4 v) const noexcept | s3d::SIMD_Float4 | |
operator+=(SIMD_Float4 v) noexcept | s3d::SIMD_Float4 | |
operator-() const noexcept | s3d::SIMD_Float4 | |
operator-(SIMD_Float4 v) const noexcept | s3d::SIMD_Float4 | |
operator-=(SIMD_Float4 v) noexcept | s3d::SIMD_Float4 | |
operator/(float s) const noexcept | s3d::SIMD_Float4 | |
operator/(SIMD_Float4 v) const noexcept | s3d::SIMD_Float4 | |
operator/=(float s) noexcept | s3d::SIMD_Float4 | |
operator/=(SIMD_Float4 v) noexcept | s3d::SIMD_Float4 | |
operator<<(std::basic_ostream< CharType > &output, const SIMD_Float4 &value) | s3d::SIMD_Float4 | friend |
operator=(const SIMD_Float4 &)=default | s3d::SIMD_Float4 | |
operator=(aligned_float4 other) noexcept | s3d::SIMD_Float4 | |
operator=(Float3 other) noexcept | s3d::SIMD_Float4 | |
operator==(const SIMD_Float4 &lhs, const SIMD_Float4 &rhs) noexcept | s3d::SIMD_Float4 | friend |
operator>>(std::basic_istream< CharType > &input, SIMD_Float4 &value) | s3d::SIMD_Float4 | friend |
reciprocal() const noexcept | s3d::SIMD_Float4 | |
rsqrt() const noexcept | s3d::SIMD_Float4 | |
set(float x, float y, float z, float w) noexcept | s3d::SIMD_Float4 | |
set(Float2 xy, Float2 zw) noexcept | s3d::SIMD_Float4 | |
set(Float3 xyz, float w=0.0f) noexcept | s3d::SIMD_Float4 | |
setW(float w) noexcept | s3d::SIMD_Float4 | |
setX(float x) noexcept | s3d::SIMD_Float4 | |
setY(float y) noexcept | s3d::SIMD_Float4 | |
setZ(float z) noexcept | s3d::SIMD_Float4 | |
SIMD_Float4()=default | s3d::SIMD_Float4 | |
SIMD_Float4(const SIMD_Float4 &)=default | s3d::SIMD_Float4 | |
SIMD_Float4(float xyzw) noexcept | s3d::SIMD_Float4 | explicit |
SIMD_Float4(float x, float y, float z, float w) noexcept | s3d::SIMD_Float4 | |
SIMD_Float4(X x, Y y, Z z, W w) noexcept | s3d::SIMD_Float4 | |
SIMD_Float4(const Vector2D< U > &xy, Z z, W w) noexcept | s3d::SIMD_Float4 | |
SIMD_Float4(const Vector2D< U > &xy, const Vector2D< V > &zw) noexcept | s3d::SIMD_Float4 | |
SIMD_Float4(const Vector3D< U > &xyz, W w) noexcept | s3d::SIMD_Float4 | |
SIMD_Float4(Float4 v) noexcept | s3d::SIMD_Float4 | |
SIMD_Float4(Vec4 v) noexcept | s3d::SIMD_Float4 | |
SIMD_Float4(aligned_float4 _vec) noexcept | s3d::SIMD_Float4 | |
sqrt() const noexcept | s3d::SIMD_Float4 | |
toFloat4() const noexcept | s3d::SIMD_Float4 | |
vec | s3d::SIMD_Float4 | |
xy() const noexcept | s3d::SIMD_Float4 | |
xyz() const noexcept | s3d::SIMD_Float4 | |
Zero() noexcept | s3d::SIMD_Float4 | static |