Dew MtxVec NET
CreateIt Routines
Summary
Obtains a TVec object from the object cache.

Unit
MtxVec

Declaration
Procedure CreateIt(out a, b, c: TVec);

Description
Obtains three TVec objects from the object cache.
Declaration
Procedure CreateIt(out a, b, c, d: TVec);

Description
Obtains four TVec objects from the object cache.
Declaration
Procedure CreateIt(out a: TVec);

Description
Obtains a TVec object from the object cache. If the cache is used, it creates a new object. To release an object from the cache, use FreeIt
Declaration
Procedure CreateIt(out a, b: TVec);

Description
Obtains two TVec objects from the object cache.
Declaration
Procedure CreateIt(out a, b, c: TMtx);

Description
Obtains three TMtx objects from the object cache.
Declaration
Procedure CreateIt(out a, b, c, d: TMtx);

Description
Obtains four TMtx objects from the object cache.
Declaration
Procedure CreateIt(out a: TMtx);
Summary
Obtains a TMtx object from the object cache.
Description
Obtains a TMtx object from the object cache. If the cache is used, it creates a new object. To release an object from the cache, use FreeIt
Declaration
Procedure CreateIt(out a, b: TMtx);

Description
Obtains two TMtx objects from the object cache.
Declaration
Function CreateIt: TVec;
Summary
Obtains an object from the object cache.
Description
Obtains an object from the object cache.

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