Nebula
Toggle main menu visibility
Loading...
Searching...
No Matches
clipstatus.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
12
#include "
core/types.h
"
13
14
//------------------------------------------------------------------------------
15
namespace
Math
16
{
17
class
ClipStatus
18
{
19
public
:
20
// clip status enum
21
enum
Type
22
{
23
Inside
= 0,
24
Outside
= 1,
25
Clipped
= 2,
26
27
Invalid
,
28
};
29
};
30
31
}
// namespace Math
32
//------------------------------------------------------------------------------
33
Math::ClipStatus
The result of a clip check (Inside, Outside or Clipped).
Definition
clipstatus.h:18
Math::ClipStatus::Type
Type
Definition
clipstatus.h:22
Math::ClipStatus::Outside
@ Outside
Definition
clipstatus.h:24
Math::ClipStatus::Inside
@ Inside
Definition
clipstatus.h:23
Math::ClipStatus::Clipped
@ Clipped
Definition
clipstatus.h:25
Math::ClipStatus::Invalid
@ Invalid
Definition
clipstatus.h:27
Math
Different curves.
Definition
angularpfeedbackloop.h:17
types.h
code
foundation
math
clipstatus.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.