How to calculate 3-dimensional vectorsΒΆ

The 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.