This website works better with JavaScript.
Home
Explore
Help
Sign In
GJJ
/
PMClassifier
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8
Commits
1
Branch
0
Tags
210 KiB
C++
99.6%
CMake
0.4%
Tree:
17c931ec95
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '17c931ec95'
${ noResults }
PMClassifier
/
include
/
common.hpp
7 lines
91 B
Raw
Blame
History
#
pragma once
enum
PtBoundaryRelation
{
Inside
=
1
,
OnBoundary
,
Outside
=
-
1
}
;
Reference in new issue