package com.akjava.gwt.three.client.js.math; import com.google.gwt.core.client.JavaScriptObject; /** * @deprecated totally removed at r49 * deleted on r68 * @author aki * */ public class Vertex extends JavaScriptObject{ protected Vertex(){} public final native Vector3 getPosition()/*-{ return this.position; }-*/; }