Exemplo n.º 1
0
 public float DotProduct(CrossProductModel model)
 {
     return(_vbFunctions.DotProduct(model.V1.X, model.V1.Y, model.V1.Z, model.V2.X, model.V2.Y,
                                    model.V2.Z, model.V3.X, model.V3.Y, model.V3.Z));
 }
 public object DotProduct(CrossProductModel model)
 {
     return(_speakerService.DotProduct(model));
 }
Exemplo n.º 3
0
 public object CrossProduct(CrossProductModel model)
 {
     return(_vbFunctions.CrossProduct(model.V1.X, model.V1.Y, model.V1.Z, model.V2.X, model.V2.Y,
                                      model.V2.Z, model.V3.X, model.V3.Y, model.V3.Z));
 }