POV-Ray : Newsgroups : povray.programming : What is the defination of "VECTOR" : Re: What is the defination of "VECTOR" Server Time
28 Jul 2024 06:14:49 EDT (-0400)
  Re: What is the defination of "VECTOR"  
From: Safari
Date: 18 Oct 2002 13:58:08
Message: <slrnar0ith.gc5.y7pt9001@safari.homelinux.net>
On Fri, 18 Oct 2002 18:18:48 +0200,
Christoph Hormann <chr### [at] gmxde> wrote:
> 
> Slime wrote:
>> 
>> >    Where can I find the defination of "VECTOR"?
>> 
>> You should learn how to use VC++ or, if you're not using that, then your
>> operating system, to find files containing certain strings of text. Then you
>> could search for "#define VECTOR" or whatever corresponds to what you're
>> looking for.
> 
> Actually it's 'typedef DBL VECTOR [3];'.  
> 
> None the less searching all POV-Ray source files often is a useful method
> for finding things.  Either use 'grep' or the multiple file searching
> function of your favorite editor.

I recommend global for those who don't know it already :)
http://ftp.funet.fi/pub/gnu/gnu/global/global-4.5.tar.gz

$ global -x VECTOR
VECTOR            812 frame.h        typedef DBL VECTOR [3];

-- 
Safari - y7p### [at] sneakemailcom
"Talk is cheap. Show me the code." - Linus Torvalds


Post a reply to this message

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