Library of Assembled Shared Sources
|
Parameters supplied to functions must be in the range of the primitive. More...
#include <parameter_policy.h>
Parameters supplied to functions must be in the range of the primitive.
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.