Package ch.bailu.gtk.graphene
Schnittstelle RayIntersectionKind
public interface RayIntersectionKind
-
Feldübersicht
Felder
-
Felddetails
-
NONE
static final int NONENo intersection- Siehe auch:
-
ENTER
static final int ENTERThe ray is entering the intersected
object- Siehe auch:
-
LEAVE
static final int LEAVEThe ray is leaving the intersected
object- Siehe auch:
-