Class PoCircleThreePoints

  • All Implemented Interfaces:
    SafeDisposable

    public class PoCircleThreePoints
    extends PoCircle
    Class to build a 2D circle. This class builds a circle in the plane XY. The circle is defined by three points, p, q, r.

    File format/default:

    PoCircleThreePoints {

      p 1 0
      q 0 1
      r -1 0
    }

    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <link REL="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <title></title> </head> <BODY> <h1></h1> <h4> <A NAME="Heading283">CATALOG PARTS</A></h4> <ul><b>PoCircleThreePoints</b> {</ul> <ul><ul><b>Separator</b> <tt>alternateRep</tt> (from PoBase) {<br> </ul></ul> <ul><ul><ul><b>AppearanceKit</b> <tt>appearance</tt> (from PoBase)</ul></ul></ul> <ul><ul><ul><i>Specifies the appearance of all the kit. By default lightModel.model=BASE_COLOR.</i></ul></ul></ul> <ul><ul><ul><b>MatrixTransform</b> <tt>domainTransform</tt> (from PoBase)</ul></ul></ul> <ul><ul><ul><i>Correspond to the domain transformation.</i></ul></ul></ul> <ul><ul><ul><ul></ul></ul></ul></ul> <ul><ul><ul><b>Group</b> <tt>circle </tt>(from PoCircle)</ul></ul></ul> <ul><ul><ul><i>Contains a SoFaceSet shape to draw the circle.</i></ul></ul></ul> <ul><ul>}</ul></ul> <ul>}</ul> <p> </body> </html>

    • Field Detail

      • p

        public final SoSFVec2f p
        First point of the circle.
      • q

        public final SoSFVec2f q
        Second point of the circle.
      • r

        public final SoSFVec2f r
        Third point of the circle.
    • Constructor Detail

      • PoCircleThreePoints

        public PoCircleThreePoints()
        Default constructor.