oppositeVector# pyCGM2.Math.geometry.oppositeVector(v1: ndarray) → ndarray# Compute the opposite (negative) of a vector. Parameters: v1 (np.ndarray) – Input vector. Returns: np.ndarray – Opposite vector.