dmech ~master (2022-03-24T07:41:03.7311831)
Dub
Repo
ShapeEllipsoid
dgl
graphics
shapes
Undocumented in source.
class
ShapeEllipsoid :
Drawable
{
GLUquadricObj
*
quadric
;
uint
displayList
;
Vector3f
radii
;
this
(Vector3f r);
void
draw
(double dt);
void
free
();
~this
();
}
Constructors
this
this
(Vector3f r)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
draw
void
draw
(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void
free
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
displayList
uint
displayList
;
Undocumented in source.
quadric
GLUquadricObj
*
quadric
;
Undocumented in source.
radii
Vector3f
radii
;
Undocumented in source.
Inherited Members
From Drawable
draw
void
draw
(double dt)
Undocumented in source.
Meta
Source
See Implementation
dgl
graphics
shapes
classes
ShapeBox
ShapeCone
ShapeCylinder
ShapeEllipsoid
ShapeSphere
ShapeTriangle