MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / SetAngle

Method SetAngle

graphs/gui/vector.py:100–101  ·  view source on GitHub ↗
(self, angle)

Source from the content-addressed store, hash-verified

98 self.Refresh()
99
100 def SetAngle(self, angle):
101 self.SetValue(angle, None)
102
103 def SetLength(self, length):
104 self.SetValue(None, length)

Callers 1

__handleVectorMethod · 0.80

Calls 1

SetValueMethod · 0.95

Tested by

no test coverage detected