enum Graphene::RayIntersectionKind

Overview

The type of intersection.

Defined in:

lib/gi-crystal/src/auto/graphene-1.0/graphene.cr

Enum Members

None = 0_u32

No intersection

Enter = 1_u32

The ray is entering the intersected object

Leave = 2_u32

The ray is leaving the intersected object

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def enter? #

[View source]
def leave? #

[View source]
def none? #

[View source]