Library of Assembled Shared Sources
NormalizingPolicy

Detailed Description

policies to specify if direction vectors (and normals) should be normalized.

Author
Bram de Greve
Date
2003

For direction vectors and normal vectors, you can be in the situation you want to have them normalized (unit length) and that you want this to be done automatically. Or you can be in the situation where you want them to be anything but normalized. These policies will let you set this.

The content of the policies are rather implementation details, clients shouldn't worry about it.

Note
these policies can be used for vectors of any dimension.

Data Structures

struct  lass::prim::Normalized
 Policy to auto-normalize normals. More...
 
struct  lass::prim::Unnormalized
 Policy to keep normals unnormalized. More...
 
struct  lass::prim::IsAlreadyNormalized