POV-Ray : Newsgroups : povray.programming : Porting away from VECTOR : Porting away from VECTOR Server Time
25 Apr 2024 07:16:35 EDT (-0400)
  Porting away from VECTOR  
From: Nicolas Alvarez
Date: 7 Mar 2014 21:29:53
Message: <531a80a1$1@news.povray.org>
I'm seeing a few things in the code that were deprecated, or were partially 
replaced. For example, VECTOR is a plain array of three doubles, and there 
are global C-like functions to work with them; but there's also a Vector3d 
class. Is the intention to eventually port all uses of VECTOR to Vector3d?

(By the way, why does Vector3d have an array instead of just three members?)


Post a reply to this message

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