com.supermap.ar.areffect.excavator
Class CeilingExcavator
- java.lang.Object
-
- com.supermap.ar.areffect.excavator.Excavator
-
- com.supermap.ar.areffect.excavator.CeilingExcavator
-
public class CeilingExcavator extends Excavator
-
-
Constructor Summary
Constructors Constructor and Description CeilingExcavator(ARGeoPrism arGeoPrism)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Point3D
generateHitPoint(EffectView arView, int x, int y)
Get the collision point-
Methods inherited from class com.supermap.ar.areffect.excavator.Excavator
calculate, getArGeometry, getBottomMeshScreenPoint, getBottomVertices, getCurrentExcavationParameter, getCurrentPartID, getEffectView, getScreenPoint, getTopVertices, setCurrentPartID, toScreenPoint
-
-
-
-
Constructor Detail
-
CeilingExcavator
public CeilingExcavator(ARGeoPrism arGeoPrism)
Constructor- Parameters:
arGeoPrism
- AR prism object
-
-
Method Detail
-
generateHitPoint
public Point3D generateHitPoint(EffectView arView, int x, int y)
Description copied from class:Excavator
Get the collision point- Specified by:
generateHitPoint
in classExcavator
x
- screen coordinate Xy
- screen coordinate Y
-
-