|
Gin
|
This is the complete list of members for Object3D, including all inherited members.
| addAxes(float length, float thickness=1.0f) | Object3D | |
| addBox(const Vec3f &min, const Vec3f &max, juce::Colour colour=juce::Colours::white) | Object3D | |
| addGrid(float size, int divisions, juce::Colour colour=juce::Colours::grey) | Object3D | |
| addLine(const LineSegment3D &line) | Object3D | |
| addLine(const Vec3f &start, const Vec3f &end, juce::Colour colour=juce::Colours::white) | Object3D | |
| addPoint(const Point3D &point) | Object3D | |
| addPoint(const Vec3f &position, float size=1.0f, juce::Colour colour=juce::Colours::white) | Object3D | |
| addTriangle(const Vec3f &a, const Vec3f &b, const Vec3f &c, juce::Colour colour=juce::Colours::white) | Object3D | |
| clear() | Object3D | |
| getLines() const | Object3D | |
| getNumLines() const | Object3D | |
| getNumPoints() const | Object3D | |
| getPoints() const | Object3D | |
| getPosition() const | Object3D | |
| getTransform() const | Object3D | |
| isVisible() const | Object3D | |
| Object3D()=default | Object3D | |
| setColour(juce::Colour c) | Object3D | |
| setPosition(const Vec3f &pos) | Object3D | |
| setTransform(const Mat4f &t) | Object3D | |
| setVisible(bool v) | Object3D |