Class IntrTriangle3Cone3f

  • All Implemented Interfaces:
    java.io.Serializable

    public class IntrTriangle3Cone3f
    extends Intersector
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • IntrTriangle3Cone3f

        public IntrTriangle3Cone3f​(Triangle3f rkTriangle,
                                   Cone3f rkCone)
    • Method Detail

      • GetCone

        public final Cone3f GetCone()
      • GetTriangle

        public final Triangle3f GetTriangle()
      • Test

        public boolean Test()
        Description copied from class: Intersector
        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.
        Overrides:
        Test in class Intersector
        Returns:
        false