final case class DeepPlane(altitude: Float) extends EnvironmentCollision with Product with Serializable
A mathematical plane that is always perpendicular to world-up. The modifier "deep" indicates that the valid area goes down from the altitude to the bottom of the world.
- altitude
the z-coordinate of the geometry (height)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeepPlane
- Serializable
- Product
- Equals
- EnvironmentCollision
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DeepPlane(altitude: Float)
- altitude
the z-coordinate of the geometry (height)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val altitude: Float
in general, the highest point in this geometry
in general, the highest point in this geometry
- Definition Classes
- DeepPlane → EnvironmentCollision
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bounding: Rectangle
- Definition Classes
- DeepPlane → EnvironmentCollision
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def testInteraction(pos: Vector3, varDepth: Float): Boolean
Is the test point "within" the bounds of the represented environment?
Is the test point "within" the bounds of the represented environment?
- pos
the test point
- varDepth
how far "into" the environment the point must be
- returns
true
, if the point is sufficiently "deep";false
, otherwise
- Definition Classes
- DeepPlane → EnvironmentCollision
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()