|
Raylib C++
1.0.0
Encapsulates the raylib library
|
This is the complete list of members for raylib::helper::draw::Draw3DHelper, including all inherited members.
| drawBillboard(const RlCamera &camera, const texture::RlTexture &texture, const Vector3f &position, float size, const RlColor &tint) | raylib::helper::draw::Draw3DHelper | static |
| drawBillboardPro(const RlCamera &camera, const texture::RlTexture &texture, const Rectangle &source, const Vector3f &position, const Vector3f &up, const Vector2f &size, const Vector2f &origin, float rotation, const RlColor &tint) | raylib::helper::draw::Draw3DHelper | static |
| drawBillboardRec(const RlCamera &camera, const texture::RlTexture &texture, const Rectangle &source, const Vector3f &position, const Vector2f &size, const RlColor &tint) | raylib::helper::draw::Draw3DHelper | static |
| drawBoundingBox(const BoundingBox &box, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawCircle(const Vector3f ¢er, const float &radius, const Vector3f &rotationAxis, const float &rotationAngle, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawCube(const Vector3f &position, const float &width, const float &height, const float &length, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawCube(const Vector3f &position, const Vector3f &size, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawCubeTexture(const texture::RlTexture &texture, const Vector3f &position, const float &width, const float &height, const float &length, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawCubeTextureRec(const texture::RlTexture &texture, const Rectangle &source, const Vector3f &position, const float &width, const float &height, const float &length, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawCubeWires(const Vector3f &position, const float &width, const float &height, const float &length, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawCubeWires(const Vector3f &position, const Vector3f &size, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawCylinder(const Vector3f &position, const float &radiusTop, const float &radiusBottom, const float &height, const int &slices, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawCylinder(const Vector3f &startPos, const Vector3f &endPos, const float &startRadius, const float &endRadius, const int &sides, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawCylinderWires(const Vector3f &position, const float &radiusTop, const float &radiusBottom, const float &height, const int &slices, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawCylinderWires(const Vector3f &startPos, const Vector3f &endPos, const float &startRadius, const float &endRadius, const int &sides, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawGrid(const int &slices, const float &spacing) | raylib::helper::draw::Draw3DHelper | static |
| drawGrid(const Vector2i &size, const float &spacing) | raylib::helper::draw::Draw3DHelper | static |
| drawGrid(const Vector2i &size, const Vector3f &position, const float &spacing) | raylib::helper::draw::Draw3DHelper | static |
| drawGrid(const Vector2i &size, const Vector3f &position, const float &spacing, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawLine(const Vector3f &startPos, const Vector3f &endPos, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawPlane(const Vector3f ¢erPos, const Vector2f &size, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawPoint(const Vector3f &position, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawRay(const Ray &ray, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawSphere(const Vector3f ¢erPos, const float &radius, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawSphere(const Vector3f ¢erPos, const float &radius, const int &rings, const int &slices, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawSphereWires(const Vector3f ¢erPos, const float &radius, const int &rings, const int &slices, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawTriangle3D(const Vector3f &v1, const Vector3f &v2, const Vector3f &v3, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
| drawTriangleStrip3D(const std::vector< Vector3f > &points, const RlColor &color) | raylib::helper::draw::Draw3DHelper | static |
1.8.17