Class PlaneCollisionShape

java.lang.Object
com.jme3.bullet.collision.shapes.CollisionShape
com.jme3.bullet.collision.shapes.PlaneCollisionShape
All Implemented Interfaces:
com.jme3.export.Savable

public class PlaneCollisionShape extends CollisionShape
Author:
normenhansen
  • Constructor Details

    • PlaneCollisionShape

      protected PlaneCollisionShape()
    • PlaneCollisionShape

      public PlaneCollisionShape(com.jme3.math.Plane plane)
      Creates a plane Collision shape
      Parameters:
      plane - the plane that defines the shape
  • Method Details

    • getPlane

      public final com.jme3.math.Plane getPlane()
    • write

      public void write(com.jme3.export.JmeExporter ex) throws IOException
      Specified by:
      write in interface com.jme3.export.Savable
      Overrides:
      write in class CollisionShape
      Throws:
      IOException
    • read

      public void read(com.jme3.export.JmeImporter im) throws IOException
      Specified by:
      read in interface com.jme3.export.Savable
      Overrides:
      read in class CollisionShape
      Throws:
      IOException
    • createShape

      protected void createShape()