Interface ThreeBridge.ThreeVector

All Superinterfaces:
org.teavm.jso.JSObject
Enclosing interface:
ThreeBridge

public static interface ThreeBridge.ThreeVector extends org.teavm.jso.JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    float
     
    float
     
    void
    set(float x, float y, float z)
     

    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)