Package teilchen.util

Class Plane3f

  • All Implemented Interfaces:
    java.io.Serializable

    public class Plane3f
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float d  
      processing.core.PVector normal
      these fields are not used by default and left uninitialized 'null'
      processing.core.PVector origin  
      processing.core.PVector vectorA  
      processing.core.PVector vectorB  
    • Constructor Summary

      Constructors 
      Constructor Description
      Plane3f()  
      Plane3f​(processing.core.PVector pOrigin, processing.core.PVector pVectorA, processing.core.PVector pVectorB)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void updateD()  
      void updateNormal()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • origin

        public processing.core.PVector origin
      • vectorA

        public processing.core.PVector vectorA
      • vectorB

        public processing.core.PVector vectorB
      • normal

        public processing.core.PVector normal
        these fields are not used by default and left uninitialized 'null'
      • d

        public float d
    • Constructor Detail

      • Plane3f

        public Plane3f()
      • Plane3f

        public Plane3f​(processing.core.PVector pOrigin,
                       processing.core.PVector pVectorA,
                       processing.core.PVector pVectorB)
    • Method Detail

      • updateNormal

        public void updateNormal()
      • updateD

        public void updateD()