public interface Sphere3D extends Shape
| Modifier and Type | Method and Description |
|---|---|
Sphere3D |
copy() |
List<Point3D> |
getBounds() |
Point3D |
getCenter() |
double |
getDiameter() |
tr.com.terrayazilim.core.unit.DimensionUnit |
getDimensionUnit() |
tr.com.terrayazilim.core.math.Vec3d |
getNormal(Point3D point3D) |
double |
getRadius() |
ShapeUnit |
getShapeUnit() |
double |
getVolume() |
boolean |
isBounded() |
Sphere3D |
scale(double scaleFactor) |
Sphere3D |
translate(double... args) |
tr.com.terrayazilim.core.math.Vec3d getNormal(Point3D point3D)
point3D - Point3D getCenter()
double getRadius()
double getDiameter()
double getVolume()
Sphere3D copy()
boolean isBounded()
Sphere3D translate(double... args)
Sphere3D scale(double scaleFactor)
tr.com.terrayazilim.core.unit.DimensionUnit getDimensionUnit()
getDimensionUnit in interface ShapeShapeUnit getShapeUnit()
getShapeUnit in interface ShapeCopyright © 2018 Terra Software Informatics LLC.. All rights reserved.