public bool IsParallelToVector3DDoubleTolerance()
 {
     return(UnitVector3D1.IsParallelTo(Vector3D, 2));
 }