📄 angle.ctxt
字号:
#BlueJ class context
comment0.params=angle1\ angle2
comment0.target=float\ diffClockwise(float,\ float)
comment0.text=\nFinds\ the\ angle\ clockwise\ between\ two\ angles\n\n@param\ \ \ angle1\ the\ starting\ angle\n@param\ \ \ angle2\ the\ finishing\ angle\n@return\ \ \ \ \ the\ angle\ clockwise\ between\ the\ two\ angles,\ measured\ in\ radians\n\n
comment1.params=angle1\ angle2
comment1.target=float\ diffAnticlockwise(float,\ float)
comment1.text=\nFinds\ the\ angle\ anticlockwise\ between\ two\ angles\n\n@param\ \ \ angle1\ the\ starting\ angle\n@param\ \ \ angle2\ the\ finishing\ angle\n@return\ \ \ \ \ the\ angle\ anticlockwise\ between\ the\ two\ angles,\ measured\ in\ radians\n\n
comment2.params=angle
comment2.target=float\ normal(float)
comment2.text=\nConverts\ an\ angle\ to\ an\ angle\ in\ the\ same\ direction\ that\ is\ between\ 0\ and\ 2PI\ radians.\n\n@param\ \ \ angle\ the\ angle\ to\ be\ converted\n@return\ \ the\ equivalent\ angle\ between\ 0\ and\ 2PI\ radians\n\n
numComments=3
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -