Package physx.common

Class PxRenderBuffer.Raw

java.lang.Object
physx.common.PxRenderBuffer.Raw
Enclosing class:
PxRenderBuffer

public static class PxRenderBuffer.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • getNbPoints

      public static int getNbPoints(long address)
    • getPoints

      public static long getPoints(long address)
    • addPoint

      public static void addPoint(long address, long point)
    • getNbLines

      public static int getNbLines(long address)
    • getLines

      public static long getLines(long address)
    • addLine

      public static void addLine(long address, long line)
    • reserveLines

      public static long reserveLines(long address, int nbLines)
    • reservePoints

      public static long reservePoints(long address, int nbLines)
    • getNbTriangles

      public static int getNbTriangles(long address)
    • getTriangles

      public static long getTriangles(long address)
    • addTriangle

      public static void addTriangle(long address, long triangle)
    • append

      public static void append(long address, long other)
    • clear

      public static void clear(long address)
    • shift

      public static void shift(long address, long delta)
    • empty

      public static boolean empty(long address)