C# Class SiteView.Panel.sMath

显示文件 Open project: SiteView/ECC8.13

Public Methods

Method Description
Cos ( double angle ) : double

获取指定角度的余弦值

RotationPoint ( PointF rPoint, PointF cPoint, double angle ) : PointF

根据参照点,按任意角度旋转某一点

Sin ( double angle ) : double

获取指定角度的正弦值

Method Details

Cos() public static method

获取指定角度的余弦值
public static Cos ( double angle ) : double
angle double 角度
return double

RotationPoint() public static method

根据参照点,按任意角度旋转某一点
public static RotationPoint ( PointF rPoint, PointF cPoint, double angle ) : PointF
rPoint System.Drawing.PointF 要旋转的点
cPoint System.Drawing.PointF 参照点
angle double 旋转角度
return System.Drawing.PointF

Sin() public static method

获取指定角度的正弦值
public static Sin ( double angle ) : double
angle double 角度
return double