| Sine is defined as the ration created by dividing the length of the side opposite the angle (Y) by the length of the hypotenuse (H) in a right triangle.
The Sin function returns a numeric data type.
The result of the Sin function is the value represented
by the number which divided by 255 forms the ratio equivilent
to the angle being represented. In other words, a result
of 45 from a Sin call represents the angle 45/255. This
is how the OOPic gets around the integer math limitation.
The oConverter Object also provides this function. |