Example #1
0
 public static ShapeCache Transform(this ShapeCache shape, Matrix4x4 transform)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public static ShapeCache Translate(this ShapeCache shape, Vector3 position)
 {
     throw new NotImplementedException();
 }