Game Development Community

Vector normalize functions

by Jonathan Shih · in Torque Game Engine · 07/29/2004 (2:21 am) · 1 replies

What is the difference between Point3F.normalize() and Point3F.normalizeSafe()?

#1
07/29/2004 (2:04 pm)
One of them does checking for divide by zero situations, I believe.