Topic: Shapes
Any ideas/experience using AppGraphics to draw shapes from real*4 or real*8 coordinates instead of pixels.
For discussions of all Approximatrix products and related software
You are not logged in. Please login or register.
Approximatrix Forums → User Support → Shapes
Any ideas/experience using AppGraphics to draw shapes from real*4 or real*8 coordinates instead of pixels.
Convert reals to integers (pixels)?
xpixel = xminpixel + nint((x-xmin) * fx),
where
fx =(xmaxpixel - xminpixel) / (xmax - xmin)
Approximatrix Forums → User Support → Shapes
Powered by PunBB, supported by Informer Technologies, Inc.