Nebula
Loading...
Searching...
No Matches
clipstatus.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
12#include "core/types.h"
13
14//------------------------------------------------------------------------------
15namespace Math
16{
18{
19public:
20 // clip status enum
21 enum Type
22 {
23 Inside = 0,
26
28 };
29};
30
31} // namespace Math
32//------------------------------------------------------------------------------
33
The result of a clip check (Inside, Outside or Clipped).
Definition clipstatus.h:18
Type
Definition clipstatus.h:22
@ Outside
Definition clipstatus.h:24
@ Inside
Definition clipstatus.h:23
@ Clipped
Definition clipstatus.h:25
@ Invalid
Definition clipstatus.h:27
Half precision (16 bit) float implementation.
Definition angularpfeedbackloop.h:17