Package ch.bailu.gtk.graphene
Interface RayIntersectionKind
public interface RayIntersectionKind
-
Field Summary
-
Field Details
-
NONE
static final int NONENo intersection- See Also:
-
ENTER
static final int ENTERThe ray is entering the intersected
object- See Also:
-
LEAVE
static final int LEAVEThe ray is leaving the intersected
object- See Also:
-