POV-Ray : Newsgroups : povray.competition : Re: Detail Image : Re: Detail Image Server Time
26 Apr 2024 01:17:00 EDT (-0400)
  Re: Detail Image  
From: Thorsten Froehlich
Date: 11 Oct 2004 15:28:15
Message: <416adecf@news.povray.org>
In article <416ad585$1@news.povray.org> , "Oleguer Vilella" 
<ole### [at] infonegociocom> wrote:

> Well, now is it right?:
>
> 1280*0.44= 563'2 // X-Position (Horizontal)
> 1280*0.75= 960 // Y-Position (Vertical)
> 960*0.61= 585'6 // X-Position (Horizontal)
> 960*0.58= 556'8 // Y-Position (Vertical)

No, you mess up all values:

1280 * 0.58 = X-Position
960 * 0.44 = Y-Position

1280 * 0.75 = X-Position
960 * 0.61 = Y-Position

because

+sc is the start column, +ec the end column, +sr the start row and +er the
end row.  A column extends along the vertical (Y) axis, a row extends along
the horizontal (X) axis.

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.