Class Triangle
java.lang.Object
org.openscience.cdk.geometry.surface.Triangle
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 Summary
ConstructorsConstructorDescriptionTriangle
(javax.vecmath.Point3d p1, javax.vecmath.Point3d p2, javax.vecmath.Point3d p3) -
Method Summary
-
Constructor Details
-
Triangle
public Triangle(javax.vecmath.Point3d p1, javax.vecmath.Point3d p2, javax.vecmath.Point3d p3)
-