Uses of Class
toxi.geom.Ellipse
-
Uses of Ellipse in toxi.geom
Modifier and TypeClassDescriptionclass
This class overridesEllipse
to define a 2D circle and provides several utility methods for it, including factory methods to construct circles from points.Modifier and TypeMethodDescriptionEllipse.setRadii
(float rx, float ry) Sets the radii of the ellipse to the new values.Ellipse.setRadii
(ReadonlyVec3D r) Sets the radii of the ellipse to the values given by the vector. -
Uses of Ellipse in toxi.processing