public void Setup() { var angleIntervallCalculator = new AngleIntervallCalculator(); var angelInterpolationCalculator = new AngelInterpolationCalculator(angleIntervallCalculator); var sphericalCoordinatesIntervallCalculator = new SphericalCoordinatesIntervallCalculator(angelInterpolationCalculator); var radiusPhiThetaToSphericalCoordinatesConverter = new RadiusPhiThetaToSphericalCoordinatesConverter(); m_Sut = new SphericalArcCalculator(sphericalCoordinatesIntervallCalculator, radiusPhiThetaToSphericalCoordinatesConverter); }
public void Setup() { m_Sut = new RadiusPhiThetaToSphericalCoordinatesConverter(); }