-
Notifications
You must be signed in to change notification settings - Fork 39
Module Utils
Georg Muntingh edited this page Aug 17, 2017
·
1 revision
The utility module was developed in parallel with the geometry module, and it contains various useful classes and functions related to mathematics and computational geometry, while not being directly related to splines.
The module contains various templated arrays and optimised vectors.
The module contains certain geometrical objects that are ubiquitous in computational geometry, like
-
Point
: points -
BoundingBox
, axis-aligned or rotated (RotatedBox
), or composite (CompositeBox
) -
Rational
: rational numbers -
BaryCoordSystem
: barycentric coordinate systems -
DirectionCone
: a direction cone given by a direction and an angle
-
Factorial
: Compile-time computation of factorials -
FunctionMinimizer
: A general, nonlinear function minimizer in an arbitrary number of variables. This can be useful in a great number of different settings!
Getting started
Miscellaneous
Functionality
- Modules
- gotools-core
- compositemodel
- implicitization
- igeslib
- intersections
- isogeometric_model
- lrsplines2D
- parametrization
- qualitymodule
- topology
- trivariate
- trivariatemodel
- viewlib
Dependencies