Class OgreGroundQuery

  • All Implemented Interfaces:
    be.yildizgames.common.jni.Native, be.yildizgames.module.graphic.query.GroundQuery

    public final class OgreGroundQuery
    extends Object
    implements be.yildizgames.module.graphic.query.GroundQuery, be.yildizgames.common.jni.Native
    Ogre implementation for a GroundQuery.
    Author:
    Grégory Van den Borre
    • Constructor Detail

      • OgreGroundQuery

        public OgreGroundQuery​(be.yildizgames.common.jni.NativePointer pointer,
                               float resolutionX,
                               float resolutionY)
    • Method Detail

      • getPoint

        public be.yildizgames.common.geometry.Point3D getPoint​(float x,
                                                               float y)
        Specified by:
        getPoint in interface be.yildizgames.module.graphic.query.GroundQuery
      • delete

        public void delete()
        Specified by:
        delete in interface be.yildizgames.common.jni.Native
      • getPointer

        public be.yildizgames.common.jni.NativePointer getPointer()
        Specified by:
        getPointer in interface be.yildizgames.common.jni.Native