CGAL 4.8 - Kinetic Framework
|
The concept Function
represents a function.
Example
Several ways to create functions:
Using Kinetic::ConstructFunction
:
Using the constructor:
Using ring operations:
Types | |
typedef unspecified_type | NT |
The number type used in describing the function. | |
Function (NT) | |
Construct a constant function from a number. | |
Operations | |
NT | operator() (NT) |
Evaluate the function at an NT . | |