Previous topic

collada.util.checkSource

Next topic

collada.util.toUnitVec

This Page

collada.util.normalize_v3

static util.normalize_v3(arr)

Normalize a numpy array of 3 component vectors with shape (N,3)

Parameters:arr (numpy.array) – The numpy array to normalize
Return type:numpy.array