Class TerrainPlane

java.lang.Object
com.gaia3d.terrain.structure.TerrainPlane

public class TerrainPlane extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    TerrainPlane(org.joml.Vector3d p0, org.joml.Vector3d p1, org.joml.Vector3d p2)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    evaluatePoint(double x, double y, double z)
     
    double
    getValueZ(double x, double y)
     
    void
    set3Points(org.joml.Vector3d p0, org.joml.Vector3d p1, org.joml.Vector3d p2)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TerrainPlane

      public TerrainPlane(org.joml.Vector3d p0, org.joml.Vector3d p1, org.joml.Vector3d p2)
  • Method Details

    • set3Points

      public void set3Points(org.joml.Vector3d p0, org.joml.Vector3d p1, org.joml.Vector3d p2)
    • getValueZ

      public double getValueZ(double x, double y)
    • evaluatePoint

      public double evaluatePoint(double x, double y, double z)