Sphere
class Sphere(val grapheneSpherePointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)
A sphere, represented by its center and radius.
Skipped during bindings generation
parameter
points
: Array parameter of type Point3D is not supportedparameter
vectors
: Array parameter of type Vec3 is not supported
Since
1.2
Constructors
Link copied to clipboard
constructor()
Allocate a new Sphere.
constructor(scope: <Error class: unknown class>)
Allocate a new Sphere using the provided AutofreeScope.
constructor(grapheneSpherePointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)