center | eu.mihosoft.vrl.v3d.Sphere | private |
getCenter() | eu.mihosoft.vrl.v3d.Sphere | |
getNumSlices() | eu.mihosoft.vrl.v3d.Sphere | |
getNumStacks() | eu.mihosoft.vrl.v3d.Sphere | |
getProperties() | eu.mihosoft.vrl.v3d.Sphere | |
getRadius() | eu.mihosoft.vrl.v3d.Sphere | |
init() | eu.mihosoft.vrl.v3d.Sphere | private |
NUM_SLICES | eu.mihosoft.vrl.v3d.Sphere | privatestatic |
NUM_STACKS | eu.mihosoft.vrl.v3d.Sphere | privatestatic |
numSlices | eu.mihosoft.vrl.v3d.Sphere | private |
numStacks | eu.mihosoft.vrl.v3d.Sphere | private |
properties | eu.mihosoft.vrl.v3d.Sphere | private |
radius | eu.mihosoft.vrl.v3d.Sphere | private |
setCenter(Vector3d center) | eu.mihosoft.vrl.v3d.Sphere | |
setNumSlices(int numSlices) | eu.mihosoft.vrl.v3d.Sphere | |
setNumStacks(int numStacks) | eu.mihosoft.vrl.v3d.Sphere | |
setRadius(double radius) | eu.mihosoft.vrl.v3d.Sphere | |
Sphere() | eu.mihosoft.vrl.v3d.Sphere | |
Sphere(double radius) | eu.mihosoft.vrl.v3d.Sphere | |
Sphere(LengthParameter size) | eu.mihosoft.vrl.v3d.Sphere | |
Sphere(LengthParameter size, int numSlices, int numStacks) | eu.mihosoft.vrl.v3d.Sphere | |
Sphere(double radius, int numSlices, int numStacks) | eu.mihosoft.vrl.v3d.Sphere | |
Sphere(Vector3d center, double radius, int numSlices, int numStacks) | eu.mihosoft.vrl.v3d.Sphere | |
sphereVertex(Vector3d c, double r, double theta, double phi) | eu.mihosoft.vrl.v3d.Sphere | private |
toCSG() | eu.mihosoft.vrl.v3d.Primitive | |
toPolygons() | eu.mihosoft.vrl.v3d.Sphere | |