Class HumanFaceSelectedEvent

java.lang.Object
cz.fidentis.analyst.data.face.HumanFaceEvent
cz.fidentis.analyst.engines.face.events.HumanFaceSelectedEvent

public class HumanFaceSelectedEvent extends HumanFaceEvent
A human face has been selected
  • Constructor Details

    • HumanFaceSelectedEvent

      public HumanFaceSelectedEvent(HumanFace face, RayIntersection in, String name, Object issuer)
      Constructor
      Parameters:
      face - Human face related to event
      in - Ray intersection
      name - Event name provided by issuer
      issuer - The issuer
  • Method Details

    • getIntersection

      public RayIntersection getIntersection()
      Returns a ray intersection that selected the face (a ray thrown from the mouse location into the scene).
      Returns:
      a ray intersection that selected the face