@JsType(isNative=true, namespace="Cesium", name="Intersect") public class Intersect extends Object
Modifier and Type | Method and Description |
---|---|
static Number |
INSIDE()
Represents that an object is fully within the frustum.
|
static Number |
INTERSECTING()
Represents that an object intersects one of the frustum's planes.
|
static Number |
OUTSIDE()
Represents that an object is not contained within the frustum.
|
@JsProperty(name="INSIDE") public static Number INSIDE()
@JsProperty(name="INTERSECTING") public static Number INTERSECTING()
@JsProperty(name="OUTSIDE") public static Number OUTSIDE()
Copyright © 2019. All rights reserved.