C# Class SiteView.Panel.sMath

Afficher le fichier Open project: SiteView/ECC8.13

Méthodes publiques

Méthode Description
Cos ( double angle ) : double

获取指定角度的余弦值

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

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

Sin ( double angle ) : double

获取指定角度的正弦值

Method Details

Cos() public static méthode

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

RotationPoint() public static méthode

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

Sin() public static méthode

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