path_flip(ind)

From ENIGMA
Jump to navigation Jump to search

Description

Flips all the coordinates in the given path along its horizontal axis with respect to its center.

Parameters

Parameter Data Type Description
ind unsigned index of the path

Return Values

void: This function does not return anything.

Example Call

// demonstrates flipping the points in a path along its horizontal axis
path_flip(mypath);