angle.ctxt

来自「一个飞机调度员模拟训练程序,可以添加跑道数量,控制飞机飞行的速度.默认的密码可以」· CTXT 代码 · 共 12 行

CTXT
12
字号
#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 + =
减小字号Ctrl + -
显示快捷键?