コード例 #1
0
ファイル: Ray2d.cs プロジェクト: lcl1153406/aardvark.base
 public double AngleBetweenFast(Ray2d r)
 => Direction.AngleBetweenFast(r.Direction);