Uses of Class
com.luciad.view.lightspeed.geometry.TLspFrustum
Packages that use 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
Methods in com.luciad.view.lightspeed.camera that return TLspFrustumModifier and TypeMethodDescriptionabstract TLspFrustum
ALspViewXYZWorldTransformation.getFrustum()
Returns the current view frustum.TLspViewXYZWorldTransformation2D.getFrustum()
TLspViewXYZWorldTransformation3D.getFrustum()
-
Uses of TLspFrustum in com.luciad.view.lightspeed.geometry
Methods in com.luciad.view.lightspeed.geometry that return TLspFrustumModifier 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.