Documentation / base / ClipState
Enumeration: ClipState
Defined in: libs/base/src/math/types.ts:24
The intersection test result of two object A and B
Enumeration Members
NOT_CLIPPED
NOT_CLIPPED:
0
Defined in: libs/base/src/math/types.ts:26
A does not intersect with B
A_INSIDE_B
A_INSIDE_B:
1
Defined in: libs/base/src/math/types.ts:28
A is inside B
B_INSIDE_A
B_INSIDE_A:
2
Defined in: libs/base/src/math/types.ts:30
B is inside A
CLIPPED
CLIPPED:
3
Defined in: libs/base/src/math/types.ts:32
A and B partially overlap