예제 #1
0
 public static AABox ToAABox(this IEnumerable <Vector3> self)
 => AABox.Create(self);
예제 #2
0
 public static AABox ToBox(this IEnumerable <Vector3> points)
 => AABox.Create(points);