normalize_vector#

static GeometryOperators.normalize_vector(v)[source]#

Normalize a geometry vector.

Parameters:
vList

List of [x, y, z] coordinates for vector.

Returns:
List

List of [x, y, z] coordinates for the normalized vector.