public VectorD3D ToUnrotatedDifference(PointD3D pivot, PointD3D point) { var v = _transformation.InverseTransform(point - pivot); return(v); }