Class PoParallelogram3

All Implemented Interfaces:
SafeDisposable

public class PoParallelogram3 extends PoGraphMaster
Class for a 3D parallelogram. Class to build a 3D parallelogram. A parallelogram is defined by three points, p,q,r.

File format/default:

PoParallelogram3 {

    p 0 0 0
    q 1 0 0
    r 1 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="Heading410">CATALOG PARTS</A></h4> <ul><b>PoParallelogram3</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>Corresponds to the domain transformation.</i></ul></ul></ul> <ul><ul><ul><ul></ul></ul></ul></ul> <ul><ul><ul><b>Group</b> <tt>parallelogram3</tt></ul></ul></ul> <ul><ul><ul><i>Contains a SoFaceSet shape to draw the parallelogram.</i></ul></ul></ul> <ul><ul>}</ul></ul> <ul>}</ul> <p> </body> </html>

  • Field Details

    • p

      public final SoSFVec3f p
      First point of the parallelogram.
    • q

      public final SoSFVec3f q
      Second point of the parallelogram.
    • r

      public final SoSFVec3f r
      Third point of the parallelogram.
  • Constructor Details

    • PoParallelogram3

      public PoParallelogram3(SbVec3f _p, SbVec3f _q, SbVec3f _r)
      Constructor.
    • PoParallelogram3

      public PoParallelogram3()
      Default constructor.
  • Method Details