コード例 #1
0
ファイル: Vector.cs プロジェクト: Linrstudio/projectssynergy
 public static Float4 Normalize(Float4 _A)
 {
     return _A / _A.Length();
 }