public class Sphere extends CSGEntity
CSGEntity
类。构造器和说明 |
---|
Sphere()
构造一个新的 Sphere 对象。
|
Sphere(double radius)
根据给定的半径构造一个新的 Sphere 对象。
|
Sphere(Sphere sphereEntity)
根据给定的 Sphere 对象构造一个与其完全相同的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
Sphere |
clone() |
void |
dispose() |
double |
getRadius()
返回球体的半径。
|
void |
setRadius(double radius)
设置球体的半径。
|
difference, difference, getArea, getBoundingBox, getType, getVolume, intersect, intersect, multiply, rotate, scale, translate, union, union
public Sphere()
public Sphere(Sphere sphereEntity)
sphereEntity
- 指定的球体对象。public Sphere(double radius)
radius
- 球体的半径。Copyright © 2021–2024 SuperMap. All rights reserved.