Mathf.Sin正弦

输入参数是弧度

Mathf.Sin

 
public static float Sin(float f);

Parameters

Description

Returns the sine of angle f in radians.

 

原文地址:https://www.cnblogs.com/alps/p/7102198.html