Interface RSMatrix4x4


  • public interface RSMatrix4x4
    • Method Detail

      • getValues

        float[] getValues()
      • transformPoint

        default void transformPoint​(float x,
                                    float y,
                                    float z,
                                    float[] dest)
      • multiplyX

        default float multiplyX​(float var1,
                                float var2,
                                float var3)
      • multiplyZ

        default float multiplyZ​(float var1,
                                float var2,
                                float var3)