Class Sphere

java.lang.Object
All Implemented Interfaces:
Styleable, EventTarget

public class Sphere extends Shape3D
The Sphere class defines a 3 dimensional sphere with the specified size. A Sphere is a 3D geometry primitive created with a given radius. It is centered at the origin.
Since:
JavaFX 8.0