Uses of Class
com.luciad.view.lightspeed.geometry.TLspFrustum
Package
Description
Contains view world transformations.
Provides utilities for performing geometric operations, such as
visibility culling and intersection tests.
-
Uses of TLspFrustum in com.luciad.view.lightspeed.camera
Modifier and TypeMethodDescriptionabstract TLspFrustum
ALspViewXYZWorldTransformation.getFrustum()
Returns the current view frustum.TLspViewXYZWorldTransformation2D.getFrustum()
TLspViewXYZWorldTransformation3D.getFrustum()
-
Uses of TLspFrustum in com.luciad.view.lightspeed.geometry
Modifier and TypeMethodDescriptionstatic TLspFrustum
TLspFrustum.createFromModelViewProjectionMatrix
(double[][] aMVPMatrix) Creates a frustum, based on the given modelview/projection matrix.static TLspFrustum
TLspFrustum.createFromViewRectangle
(Rectangle aViewRectangle, ALspViewXYZWorldTransformation aViewXYZWorldTransformation) Creates a frustum, based on the given rectangle in view coordinates and the given view to world transformation.