Package com.etsy.oculus.tsscorers

Examples of com.etsy.oculus.tsscorers.EuclidianScript


import java.util.Map;

public class EuclidianScriptFactory implements NativeScriptFactory {

  @Override public ExecutableScript newScript (@Nullable Map<String,Object> params){
    return new EuclidianScript(params);
  }
View Full Code Here

TOP

Related Classes of com.etsy.oculus.tsscorers.EuclidianScript

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.