|
Gin
|
Represents a point in 3D space. More...
#include <gin_scene3d.h>
Public Member Functions | |
| Point3D ()=default | |
| Point3D (const Vec3f &pos, float sz=1.0f, juce::Colour c=juce::Colours::white) | |
| Point3D (float x, float y, float z, float sz=1.0f, juce::Colour c=juce::Colours::white) | |
Public Attributes | |
| Vec3f | position |
| float | size { 1.0f } |
| juce::Colour | colour { juce::Colours::white } |
Represents a point in 3D space.
|
default |
| Point3D::Point3D | ( | float | x, |
| float | y, | ||
| float | z, | ||
| float | sz = 1.0f, |
||
| juce::Colour | c = juce::Colours::white |
||
| ) |
| Vec3f Point3D::position |
| float Point3D::size { 1.0f } |
| juce::Colour Point3D::colour { juce::Colours::white } |