libigl v2.5.0
Loading...
Searching...
No Matches
Orientation.h
Go to the documentation of this file.
1// This file is part of libigl, a simple c++ geometry processing library.
2//
3// Copyright (C) 2019 Qingnan Zhou <qnzhou@gmail.com>
4// Copyright (C) 2025 Alec Jacobson <alecjacobson@gmail.com>
5//
6// This Source Code Form is subject to the terms of the Mozilla Public License
7// v. 2.0. If a copy of the MPL was not distributed with this file, You can
8// obtain one at http://mozilla.org/MPL/2.0/.
9#pragma once
10#ifndef IGL_ORIENTATION_H
11#define IGL_ORIENTATION_H
12
13#include "igl_inline.h"
14#include <Eigen/Core>
15
16namespace igl {
25}
26
27
28#endif
Definition AABB.h:18
Orientation
Types of orientations and other predicate results.
Definition Orientation.h:20
@ NEGATIVE
Definition Orientation.h:22
@ INSIDE
Definition Orientation.h:21
@ DEGENERATE
Definition Orientation.h:23
@ COSPHERICAL
Definition Orientation.h:23
@ OUTSIDE
Definition Orientation.h:22
@ COPLANAR
Definition Orientation.h:23
@ POSITIVE
Definition Orientation.h:21
@ COLLINEAR
Definition Orientation.h:23
@ COCIRCULAR
Definition Orientation.h:23