![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::Sphere, including all inherited members.
backward() const noexcept | s3d::Sphere | |
bottom() const noexcept | s3d::Sphere | |
center | s3d::Sphere | |
contains(const Vec3 &point) const noexcept | s3d::Sphere | |
contains(const Triangle3D &triangle) const noexcept | s3d::Sphere | |
contains(const Sphere &sphere) const noexcept | s3d::Sphere | |
contains(const Box &box) const noexcept | s3d::Sphere | |
contains(const OrientedBox &box) const noexcept | s3d::Sphere | |
contains(const ViewFrustum &frustum) const noexcept | s3d::Sphere | |
draw(const ColorF &color=Palette::White) const | s3d::Sphere | |
draw(const Texture &texture, const ColorF &color=Palette::White) const | s3d::Sphere | |
draw(const Quaternion &rotation, const ColorF &color=Palette::White) const | s3d::Sphere | |
draw(const Quaternion &rotation, const Texture &texture, const ColorF &color=Palette::White) const | s3d::Sphere | |
draw(const Mat4x4 &mat, const ColorF &color=Palette::White) const | s3d::Sphere | |
draw(const Mat4x4 &mat, const Texture &texture, const ColorF &color=Palette::White) const | s3d::Sphere | |
draw(const PhongMaterial &material) const | s3d::Sphere | |
draw(const Texture &texture, const PhongMaterial &material) const | s3d::Sphere | |
draw(const Quaternion &rotation, const PhongMaterial &material) const | s3d::Sphere | |
draw(const Quaternion &rotation, const Texture &texture, const PhongMaterial &material) const | s3d::Sphere | |
draw(const Mat4x4 &mat, const PhongMaterial &material) const | s3d::Sphere | |
draw(const Mat4x4 &mat, const Texture &texture, const PhongMaterial &material) const | s3d::Sphere | |
Formatter(FormatData &formatData, const Sphere &value) | s3d::Sphere | friend |
forward() const noexcept | s3d::Sphere | |
intersects(const Vec3 &point) const noexcept | s3d::Sphere | |
intersects(const Triangle3D &triangle) const noexcept | s3d::Sphere | |
intersects(const Sphere &sphere) const noexcept | s3d::Sphere | |
intersects(const Box &box) const noexcept | s3d::Sphere | |
intersects(const OrientedBox &box) const noexcept | s3d::Sphere | |
intersects(const ViewFrustum &frustum) const noexcept | s3d::Sphere | |
intersects(const Ray &ray) const noexcept | s3d::Sphere | |
left() const noexcept | s3d::Sphere | |
lerp(const Sphere &other, double f) const noexcept | s3d::Sphere | |
moveBy(value_type _x, value_type _y, value_type _z) noexcept | s3d::Sphere | |
moveBy(position_type v) noexcept | s3d::Sphere | |
movedBy(value_type _x, value_type _y, value_type _z) const noexcept | s3d::Sphere | |
movedBy(position_type v) const noexcept | s3d::Sphere | |
operator!=(const Sphere &lhs, const Sphere &rhs) noexcept | s3d::Sphere | friend |
operator<<(std::basic_ostream< CharType > &output, const Sphere &value) | s3d::Sphere | friend |
operator==(const Sphere &lhs, const Sphere &rhs) noexcept | s3d::Sphere | friend |
operator>>(std::basic_istream< CharType > &input, Sphere &value) | s3d::Sphere | friend |
position_type typedef | s3d::Sphere | |
r | s3d::Sphere | |
right() const noexcept | s3d::Sphere | |
scaled(double s) const noexcept | s3d::Sphere | |
set(value_type _x, value_type _y, size_type _z, size_type _r) noexcept | s3d::Sphere | |
set(position_type _center, size_type _r) noexcept | s3d::Sphere | |
set(const Sphere &sphere) noexcept | s3d::Sphere | |
setPos(value_type _x, value_type _y, value_type _z) noexcept | s3d::Sphere | |
setPos(position_type _center) noexcept | s3d::Sphere | |
setR(value_type _r) noexcept | s3d::Sphere | |
size_type typedef | s3d::Sphere | |
Sphere()=default | s3d::Sphere | |
Sphere(double _r) noexcept | s3d::Sphere | explicit |
Sphere(Arithmetic _r) noexcept | s3d::Sphere | explicit |
Sphere(double _x, double _y, double _z, double _r) noexcept | s3d::Sphere | |
Sphere(X _x, Y _y, Z _z, R _r) noexcept | s3d::Sphere | |
Sphere(const Vec3 &_center, double _r) noexcept | s3d::Sphere | |
Sphere(const Vec3 &_center, Arithmetic _r) noexcept | s3d::Sphere | |
stretched(value_type size) const noexcept | s3d::Sphere | |
top() const noexcept | s3d::Sphere | |
value_type typedef | s3d::Sphere | |
x | s3d::Sphere | |
y | s3d::Sphere | |
z | s3d::Sphere |