Uses of Class
com.luciad.view.lightspeed.geometry.discretization.ALsp3DPrimitive
Packages that use ALsp3DPrimitive
Package
Description
Provides support for the discretization of vector shapes.
-
Uses of ALsp3DPrimitive in com.luciad.view.lightspeed.geometry.discretization
Subclasses of ALsp3DPrimitive in com.luciad.view.lightspeed.geometry.discretizationMethods in com.luciad.view.lightspeed.geometry.discretization that return ALsp3DPrimitiveModifier and TypeMethodDescriptionabstract ALsp3DPrimitiveALsp3DMesh.getPrimitive(int aIndex) Retrieves a primitive from this mesh.Methods in com.luciad.view.lightspeed.geometry.discretization with parameters of type ALsp3DPrimitiveModifier and TypeMethodDescriptionabstract voidALspEditable3DMesh.addPrimitive(ALsp3DPrimitive aPrimitive) Adds the given primitive to the mesh.Constructors in com.luciad.view.lightspeed.geometry.discretization with parameters of type ALsp3DPrimitiveModifierConstructorDescriptionTLspEditable3DPrimitive(ALsp3DPrimitive aPrimitive) Constructs a new editable 3D primitive that contains the the elements of the given primitive.