aerosandbox.geometry.common#

Module Contents#

Functions#

reflect_over_XZ_plane(input_vector)

Takes in a vector or an array and flips the y-coordinates.

aerosandbox.geometry.common.reflect_over_XZ_plane(input_vector)[source]#

Takes in a vector or an array and flips the y-coordinates. :param input_vector: A vector or list of vectors to flip. :return: Vector with flipped sign on y-coordinate.