Class Triangle


  • public class Triangle
    extends Object
    Representation of a triangle in 3D. By default this class represent the triangle in clockwise fashion.
    Author:
    Rajarshi Guha
    Source code:
    main
    Belongs to CDK module:
    qsarmolecular
    • Constructor Detail

      • Triangle

        public Triangle​(javax.vecmath.Point3d p1,
                        javax.vecmath.Point3d p2,
                        javax.vecmath.Point3d p3)