mpas_tools.transects.Vector

class mpas_tools.transects.Vector(x, y, z)[source]

A class for representing Cartesian vectors with x, y and z components that are either float or numpy.array objects of identical size.

__init__(x, y, z)[source]

Methods

__init__(x, y, z)