コード例 #1
0
ファイル: LinqUtil.cs プロジェクト: dmk-rib/Open.Vim.Sdk
 public static AABox ToAABox(this IEnumerable <Vector3> self)
 => AABox.Create(self);
コード例 #2
0
 public static AABox ToBox(this IEnumerable <Vector3> points)
 => AABox.Create(points);