package com.akjava.gwt.three.client.js.math.interpolants; import com.akjava.gwt.three.client.js.math.Interpolant; public class CubicInterpolant extends Interpolant{ protected CubicInterpolant(){} }