Exemplo n.º 1
0
 public float DistanceTo(libobs.plane plane)
 {
     return(libobs.vec3_plane_dist(out this, out plane));
 }
Exemplo n.º 2
0
 public void Mirror(Vector3 other, libobs.plane plane)
 {
     libobs.vec3_mirror(out this, out other, out plane);
 }
Exemplo n.º 3
0
 public void Mirror(libobs.plane plane)
 {
     libobs.vec3_mirror(out this, out this, out plane);
 }