com.supermap.ar.areffect.excavator
Class WallExcavator
- java.lang.Object
-
- com.supermap.ar.areffect.excavator.Excavator
-
- com.supermap.ar.areffect.excavator.WallExcavator
-
public class WallExcavator extends Excavator
-
-
Constructor Summary
Constructors Constructor and Description WallExcavator(ARGeoPrism arGeometry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Point3D
generateHitPoint(EffectView arView, int x, int y)
Gets 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
-
WallExcavator
public WallExcavator(ARGeoPrism arGeometry)
-
-
Method Detail
-
generateHitPoint
public Point3D generateHitPoint(EffectView arView, int x, int y)
Gets the collision point- Specified by:
generateHitPoint
in classExcavator
- Parameters:
x
- screen coordinate Xy
- screen coordinate Y
-
-