c# Programming Glossary: polar
When should I define a (explicit or implicit) conversion operator in C#? http://stackoverflow.com/questions/12126907/when-should-i-define-a-explicit-or-implicit-conversion-operator-in-c examples provided in the answers Radians Degrees double Polar Point2D Kelvin Farenheit Celsius The pattern seems to be implicit.. on angles such as polar coordinates double distance 5 Polar polarCoordinate new Polar distance degreesShape.Rotation radiansShape.Rotation.. coordinates double distance 5 Polar polarCoordinate new Polar distance degreesShape.Rotation radiansShape.Rotation Radians.QUARTER_PI..
|