| BoundingBoxCalculator |
Functions to calculate a bounding-box for a point surrounded by some form of radius.
|
| Circle |
Represents a 2D circle mark.
|
| ConicBase |
Abstract base class for conic marks (e.g., ellipsoids, spheres).
|
| Ellipse |
Represents a 2D ellipse mark.
|
| Ellipsoid |
Represents a 3D ellipsoid mark with multiple sub-regions.
|
| EllipsoidUtilities |
Utility class for operations related to Ellipsoid marks.
|
| MarkConicFactory |
Factory class for creating conic marks (ellipses and ellipsoids) from points.
|
| MarkWithPositionAndSingleRadius |
Base-class for a conic that has a single radius (circle, sphere etc.)
|
| RadiiRandomizer |
Utility functions for generating random radii for ConicBase.
|
| Sphere |
Represents a 3D sphere mark.
|