POV-Ray : Newsgroups : povray.beta-test : segmentation fault with param.inc : Re: segmentation fault with param.inc Server Time
29 Jul 2024 08:19:12 EDT (-0400)
  Re: segmentation fault with param.inc  
From: Felix Wiemann
Date: 23 Jun 2002 06:59:16
Message: <3d15aa03@news.povray.org>
ingo wrote:

> #declare Umin= FromU(0);
> 
> else it will do a vnormalize on a <0,0,0> vector.

#local A = vnormalize(<0, 0, 0>);

gives the expected output:

Parse Error: Cannot normalize zero-length vector.
-- 
Felix Wiemann


Post a reply to this message

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