public static void ReflectionToRef(IPlaneLike plane, Matrix result)
 {
     EventHorizonBlazorInterop.Func <CachedEntity>(
         new object[]
     {
         new string[] { "BABYLON", "Matrix", "ReflectionToRef" }, plane, result
     }
         );
 }
 public static Matrix Reflection(IPlaneLike plane)
 {
     return(EventHorizonBlazorInterop.FuncClass <Matrix>(
                entity => new Matrix()
     {
         ___guid = entity.___guid
     },
                new object[]
     {
         new string[] { "BABYLON", "Matrix", "Reflection" }, plane
     }
                ));
 }