MtxVec VCL
|
Compute (X / Y)*xyScale + Z*zScale
The following expression would also run at the same or higher speed, when passing Z also for the Y parameter:
(X / Z) * xyScale + Z * zScale
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|