Class Intersector

    • Field Detail

      • m_fContactTime

        protected float m_fContactTime
        Contact time
    • Constructor Detail

      • Intersector

        protected Intersector()
        Creates a default Intersector.
    • Method Detail

      • Find

        public boolean Find()
        Static intersection queries. The default implementations return 'false'. The Find query produces a set of intersection. The derived class is responsible for providing access to that set, since the nature of the set is dependent on the object types.
        Returns:
        false
      • GetContactTime

        public final float GetContactTime()
        The time at which two objects are in first contact for the dynamic intersection queries.
        Returns:
        first contact time.
      • GetIntersectionType

        public final Intersector.IntersectionInfo GetIntersectionType()
        Returns the intersection type
        Returns:
        IntersectionInfo intersection type
      • Test

        public boolean Test()
        Static intersection queries. The default implementations return 'false'. The Find query produces a set of intersection. The derived class is responsible for providing access to that set, since the nature of the set is dependent on the object types.
        Returns:
        false