Library of Assembled Shared Sources
lass::prim::Bounded Struct Reference

Parameters supplied to functions must be in the range of the primitive. More...

#include <parameter_policy.h>

Detailed Description

Parameters supplied to functions must be in the range of the primitive.

Author
Bram de Greve [BdG]
Date
2003

An example: of a ray (origin + t * direction), only values t >= 0 are points of the ray. Here all parameters t supplied to functions of the ray must be positive. If not, an exception is thrown.

Definition at line 94 of file parameter_policy.h.


The documentation for this struct was generated from the following file: