public UnitVector3D Negate()
 {
     return(UnitVector3D1.Negate());
 }