Interface ThreeBridge.ThreeVector
- All Superinterfaces:
org.teavm.jso.JSObject
- Enclosing interface:
ThreeBridge
public static interface ThreeBridge.ThreeVector
extends org.teavm.jso.JSObject
-
Method Summary
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Method Details
-
getX
float getX() -
getY
float getY() -
getZ
float getZ() -
set
void set(float x, float y, float z)
-