// This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. // To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a // letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. // Persistence of Vision Ray Tracer version 3.5 include file // File: maths.inc // Author: Richard Callwood III // Description: International spellings for mathematics features. // // This file is intended only to complement math.inc, not replace it. // // Copyright © 2017 Richard Callwood III. Some rights reserved (see above). // // History: // 2017-Jun-06 Created. #ifndef (Maths_Inc_Temp) #declare Maths_Inc_Temp = version; #version 3.5; #ifdef (View_POV_Include_Stack) #debug "including maths.inc\n" #end #include "math.inc" #macro VNormalise5D (V) VNormalize5D (V) #end #macro vnormalise (A) vnormalize (A) #end #version Maths_Inc_Temp; #end