|
Gin
|
Represents a line segment in 3D space. More...
#include <gin_scene3d.h>
Public Member Functions | |
| LineSegment3D ()=default | |
| LineSegment3D (const Vec3f &s, const Vec3f &e, juce::Colour c=juce::Colours::white) | |
| LineSegment3D (float x1, float y1, float z1, float x2, float y2, float z2, juce::Colour c=juce::Colours::white) | |
Public Attributes | |
| Vec3f | start |
| Vec3f | end |
| juce::Colour | colour { juce::Colours::white } |
Represents a line segment in 3D space.
|
default |
| LineSegment3D::LineSegment3D | ( | const Vec3f & | s, |
| const Vec3f & | e, | ||
| juce::Colour | c = juce::Colours::white |
||
| ) |
| LineSegment3D::LineSegment3D | ( | float | x1, |
| float | y1, | ||
| float | z1, | ||
| float | x2, | ||
| float | y2, | ||
| float | z2, | ||
| juce::Colour | c = juce::Colours::white |
||
| ) |
| Vec3f LineSegment3D::start |
| Vec3f LineSegment3D::end |
| juce::Colour LineSegment3D::colour { juce::Colours::white } |