コード例 #1
0
ファイル: Vector.cs プロジェクト: MariusUtheim/GRaff
 public Angle Angle(Vector other)
 => GMath.Acos(UnitVector.Dot(other.UnitVector));