====================================== How to calculate 3-dimensional vectors ====================================== The :mod:`irfpy.util.vector3d` module provides an implementation of vector calculation. The API is based on Java3D implementation of Vector3d, thus, the calculation is not intuitive. The 3-D vector is expressed by *Vector3d* class.