nukescripts.leastSignificantAxis

nukescripts.leastSignificantAxis(vector)[source]

Given a Vector3, returns the least significant axis position, being x, y and z 0, 1 and 2 respectively. :type vector: _nukemath.Vector3 :param vector: a Vector3 :return the position of the least significant component of the vector.