across.tools.core.math

Functions

find_duplicates(input_list)

Finds duplicates in a list.

x_rot(theta_deg)

Performs matrix rotation around the cartesian x direction

y_rot(theta_deg)

Performs matrix rotation around the cartesian y direction

z_rot(theta_deg)

Performs matrix rotation around the cartesian z direction

Module Contents

find_duplicates(input_list)[source]

Finds duplicates in a list. Taken from https://stackoverflow.com/questions/9835762/

x_rot(theta_deg)[source]

Performs matrix rotation around the cartesian x direction

y_rot(theta_deg)[source]

Performs matrix rotation around the cartesian y direction

z_rot(theta_deg)[source]

Performs matrix rotation around the cartesian z direction