@JsType(isNative=true,
namespace="Cesium",
name="Frustum")
public class Frustum
extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
far
The distance of the far plane.
|
double |
near
The distance of the near plane.
|
| Constructor and Description |
|---|
Frustum() |
| Modifier and Type | Method and Description |
|---|---|
Matrix4 |
projectionMatrix()
Gets the perspective projection matrix computed from the view frustum.
|
@JsProperty public double far
@JsProperty public double near
@JsProperty(name="projectionMatrix") public Matrix4 projectionMatrix()
Copyright © 2019. All rights reserved.