![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::Plane, including all inherited members.
| center | s3d::Plane | |
| d | s3d::Plane | |
| draw(const ColorF &color=Palette::White) const | s3d::Plane | |
| draw(const Texture &texture, const ColorF &color=Palette::White) const | s3d::Plane | |
| draw(const TextureRegion &textureRegion, const ColorF &color=Palette::White) const | s3d::Plane | |
| draw(const Quaternion &rotation, const ColorF &color=Palette::White) const | s3d::Plane | |
| draw(const Quaternion &rotation, const Texture &texture, const ColorF &color=Palette::White) const | s3d::Plane | |
| draw(const Quaternion &rotation, const TextureRegion &textureRegion, const ColorF &color=Palette::White) const | s3d::Plane | |
| draw(const Mat4x4 &mat, const ColorF &color=Palette::White) const | s3d::Plane | |
| draw(const Mat4x4 &mat, const Texture &texture, const ColorF &color=Palette::White) const | s3d::Plane | |
| draw(const Mat4x4 &mat, const TextureRegion &textureRegion, const ColorF &color=Palette::White) const | s3d::Plane | |
| draw(const PhongMaterial &material) const | s3d::Plane | |
| draw(const Texture &texture, const PhongMaterial &material) const | s3d::Plane | |
| draw(const TextureRegion &textureRegion, const PhongMaterial &material) const | s3d::Plane | |
| draw(const Quaternion &rotation, const PhongMaterial &material) const | s3d::Plane | |
| draw(const Quaternion &rotation, const Texture &texture, const PhongMaterial &material) const | s3d::Plane | |
| draw(const Quaternion &rotation, const TextureRegion &textureRegion, const PhongMaterial &material) const | s3d::Plane | |
| draw(const Mat4x4 &mat, const PhongMaterial &material) const | s3d::Plane | |
| draw(const Mat4x4 &mat, const Texture &texture, const PhongMaterial &material) const | s3d::Plane | |
| draw(const Mat4x4 &mat, const TextureRegion &textureRegion, const PhongMaterial &material) const | s3d::Plane | |
| Formatter(FormatData &formatData, const Plane &value) | s3d::Plane | friend |
| hasArea() const noexcept | s3d::Plane | |
| intersects(const Ray &ray) const noexcept | s3d::Plane | |
| lerp(const Plane &other, double f) const noexcept | s3d::Plane | |
| moveBy(value_type _x, value_type _y, value_type _z) noexcept | s3d::Plane | |
| moveBy(position_type v) noexcept | s3d::Plane | |
| movedBy(value_type _x, value_type _y, value_type _z) const noexcept | s3d::Plane | |
| movedBy(position_type v) const noexcept | s3d::Plane | |
| operator<<(std::basic_ostream< CharType > &output, const Plane &value) | s3d::Plane | friend |
| operator>>(std::basic_istream< CharType > &input, Plane &value) | s3d::Plane | friend |
| Plane()=default | s3d::Plane | |
| Plane(double _size) noexcept | s3d::Plane | explicit |
| Plane(Arithmetic _size) noexcept | s3d::Plane | explicit |
| Plane(double _w, double _h) noexcept | s3d::Plane | |
| Plane(W _w, H _h) noexcept | s3d::Plane | explicit |
| Plane(const Vec2 &_size) noexcept | s3d::Plane | explicit |
| Plane(double cx, double cy, double cz, double _size) noexcept | s3d::Plane | |
| Plane(X cx, Y cy, Z cz, S _size) noexcept | s3d::Plane | |
| Plane(double cx, double cy, double cz, double _w, double _h) noexcept | s3d::Plane | |
| Plane(X cx, Y cy, Z cz, W _w, H _h) noexcept | s3d::Plane | |
| Plane(double cx, double cy, double cz, const Vec2 &_size) noexcept | s3d::Plane | |
| Plane(X cx, Y cy, Z cz, const Vec2 &_size) noexcept | s3d::Plane | |
| Plane(const Vec3 &_center, double _size) noexcept | s3d::Plane | |
| Plane(const Vec3 &_center, Arithmetic _size) noexcept | s3d::Plane | |
| Plane(const Vec3 &_center, double _w, double _h) noexcept | s3d::Plane | |
| Plane(const Vec3 &_center, W _w, H _h) noexcept | s3d::Plane | |
| Plane(const Vec3 &_center, const Vec2 &_size) noexcept | s3d::Plane | |
| position_type typedef | s3d::Plane | |
| scaled(double s) const noexcept | s3d::Plane | |
| scaled(double sx, double sz) const noexcept | s3d::Plane | |
| scaled(Vec2 s) const noexcept | s3d::Plane | |
| setPos(value_type cx, value_type cy, value_type cz) noexcept | s3d::Plane | |
| setPos(position_type _center) noexcept | s3d::Plane | |
| setSize(value_type _w, value_type _d) noexcept | s3d::Plane | |
| setSize(size_type _size) noexcept | s3d::Plane | |
| size | s3d::Plane | |
| size_type typedef | s3d::Plane | |
| stretched(value_type xz) const noexcept | s3d::Plane | |
| stretched(value_type _x, value_type _z) const noexcept | s3d::Plane | |
| stretched(size_type xz) const noexcept | s3d::Plane | |
| value_type typedef | s3d::Plane | |
| w | s3d::Plane | |
| x | s3d::Plane | |
| y | s3d::Plane | |
| z | s3d::Plane |