public bool Intersects(OBBThreeD obb) { return(obb.Intersects(this)); }
public bool SphereVsObb(OBBThreeD obb) { return(obb.Intersects(this)); }