Class HumanFaceSelectedEvent
java.lang.Object
cz.fidentis.analyst.data.face.HumanFaceEvent
cz.fidentis.analyst.engines.face.events.HumanFaceSelectedEvent
A human face has been selected
-
Constructor Summary
ConstructorsConstructorDescriptionHumanFaceSelectedEvent
(HumanFace face, RayIntersection in, String name, Object issuer) Constructor -
Method Summary
Modifier and TypeMethodDescriptionReturns a ray intersection that selected the face (a ray thrown from the mouse location into the scene).Methods inherited from class cz.fidentis.analyst.data.face.HumanFaceEvent
getFace, getIssuer, getName
-
Constructor Details
-
HumanFaceSelectedEvent
Constructor- Parameters:
face
- Human face related to eventin
- Ray intersectionname
- Event name provided by issuerissuer
- The issuer
-
-
Method Details
-
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
-