MCPcopy
hub / github.com/golang/geo / Radians

Method Radians

s1/angle.go:65–65  ·  view source on GitHub ↗

Radians returns the angle in radians.

()

Source from the content-addressed store, hash-verified

63
64// Radians returns the angle in radians.
65func (a Angle) Radians() float64 { return float64(a) }
66
67// Degrees returns the angle in degrees.
68func (a Angle) Degrees() float64 { return float64(a / Degree) }

Callers 15

TestEmptyValueFunction · 0.95
ExampleAngleFromLengthFunction · 0.80
TestAngleFromLengthFunction · 0.80
LengthFromAngleFunction · 0.80
TestChordAngleFromAngleFunction · 0.80
ChordAngleFromAngleFunction · 0.80
TestE5E6E7RepresentationFunction · 0.80
TestVectorAngleFunction · 0.80

Calls

no outgoing calls