TwoThe 4 Posted September 15, 2014 Share Posted September 15, 2014 I think most of you already wrote one, but just to save some time for others who are still working on it: here is a completely functional and tested vector math library for OpenComputers: http://pastebin.com/24JW5Ccz Free of license, which is probably the main argument to use it instead of others. Note that vector math is done "in-place" which means the actual vectors change during operations instead of returning a new vector with the result values. This shouldn't be any issue for your actual coding, but saves the garbage collector some time. Quote Link to post Share on other sites
ingie 6 Posted September 16, 2014 Share Posted September 16, 2014 wunderbar og Dankeschön i had made a start on my own but got distracted by rotating voxels... cheers for this i'm planning on making a 3d library for the hologram once i've ripped the useful bits from the holoskin projector prog Quote Link to post Share on other sites
Vexatos 9 Posted October 11, 2014 Share Posted October 11, 2014 Might be useful to have this in OpenPrograms... Are you interested? Quote Link to post Share on other sites