Get the serialized mvt.RefVec data compressed using BitPack.
ASTER::EXPRESSION::ObjectControl::MvtUtil::Retrieve the mvt.RefVec data, compressed with BitPack and serialized in Base64.
To mitigate the data size increase caused by Base64 encoding, BitPack—a high-speed compression algorithm—is applied prior to serialization.
This feature outputs the Reference Vector data used in MoveTowards as a Base64 string.
Normally, Base64 encoding increases data size. However, this feature applies BitPack compression to the data before encoding, effectively suppressing that increase.
By using BitPack, a high-speed compression and decompression algorithm, the processing overhead remains minimal. Additionally, Base64 encoding and decoding are both executed efficiently using SIMD instructions for parallel processing.
Parameter: Noone
ExStrB64RefVec( "ASTER" )