Dew MtxVec NET
FreeIt Routines
Summary
Releases objects back to the object cache.

Unit
MtxVec

Declaration
Procedure FreeIt(var a, b, c: TVec);

Description
Release three vectors.
Declaration
Procedure FreeIt(var a, b, c, d: TVec);

Description
Releases objects back to the object cache and sets the parameters to nil. If the parameters were not from the object cache, they are destroyed.
Declaration
Procedure FreeIt(var a: TVec);

Description
Release one vector.
Declaration
Procedure FreeIt(var a, b: TVec);

Description
Release two vectors.
Declaration
Procedure FreeIt(var a, b, c: TMtx);

Description
Release three matrices.
Declaration
Procedure FreeIt(var a, b, c, d: TMtx);

Description
Releases objects back to the object cache and sets the parameters to nil. If the parameters were not from the object cache, they are destroyed.
Declaration
Procedure FreeIt(var a: TMtx);

Description
Release one matrix.
Declaration
Procedure FreeIt(var a, b: TMtx);

Description
Release two matrices.

Copyright 2008 Dew Research
http://www.dewresearch.com