public final class BoundingSphere
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
BoundingSphere() |
Modifier and Type | Method and Description |
---|---|
static BoundingSphere |
create() |
static BoundingSphere |
create(Cartesian3 center,
double radius) |
Cartesian3 |
getCenter() |
double |
getRadius() |
void |
setCenter(Cartesian3 center) |
void |
setRadius(double radius) |
public static BoundingSphere create()
public static BoundingSphere create(Cartesian3 center, double radius)
public void setRadius(double radius)
public double getRadius()
public void setCenter(Cartesian3 center)
public Cartesian3 getCenter()
Copyright © 2014. All rights reserved.