Closed tberlok closed 9 months ago
This PR implements two new features in Paicos:
People who want the old 'y' direction behaviour can recover this by passing an orientation object to instead of a direction:
orientation = pa.Orientation(normal_vector=[0, -1, 0], perp_vector1=[1, 0, 0])
This PR implements two new features in Paicos:
People who want the old 'y' direction behaviour can recover this by passing an orientation object to instead of a direction:
orientation = pa.Orientation(normal_vector=[0, -1, 0], perp_vector1=[1, 0, 0])