Class PxBoxController


public class PxBoxController extends PxController
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxBoxController

      protected PxBoxController()
    • PxBoxController

      protected PxBoxController(long address)
  • Method Details

    • wrapPointer

      public static PxBoxController wrapPointer(long address)
    • arrayGet

      public static PxBoxController arrayGet(long baseAddress, int index)
    • getHalfHeight

      public float getHalfHeight()
      Returns:
      WebIDL type: float
    • getHalfSideExtent

      public float getHalfSideExtent()
      Returns:
      WebIDL type: float
    • getHalfForwardExtent

      public float getHalfForwardExtent()
      Returns:
      WebIDL type: float
    • setHalfHeight

      public boolean setHalfHeight(float halfHeight)
      Parameters:
      halfHeight - WebIDL type: float
      Returns:
      WebIDL type: boolean
    • setHalfSideExtent

      public boolean setHalfSideExtent(float halfSideExtent)
      Parameters:
      halfSideExtent - WebIDL type: float
      Returns:
      WebIDL type: boolean
    • setHalfForwardExtent

      public boolean setHalfForwardExtent(float halfForwardExtent)
      Parameters:
      halfForwardExtent - WebIDL type: float
      Returns:
      WebIDL type: boolean