normalize_vector# static GeometryOperators.normalize_vector(v: list) → list# Normalize a geometry vector. Parameters: vListList of [x, y, z] coordinates for vector. Returns: ListList of [x, y, z] coordinates for the normalized vector.