Skip to content

novaphy.batch_transform_vertices

Apply a transform to a batch of vertex positions in one call.

def batch_transform_vertices(transform: Transform, vertices) -> np.ndarray
Parameter Description
transform World transform to apply.
vertices (N, 3) array-like of float32 positions.

Returns the transformed (N, 3) array.

See Also