package jndcliffford

Uses of Class
jndclifford.NDElement

Uses of NDElement in jndclifford
 

Methods in jndclifford that return NDElement
 NDElement NDElement.project(double[] f, double[] p1, double[] p2, double[] p3)
          Projects this element from the specified focus in the specified plane.
 NDElement NDElement.rotate(double[] v1, double[] v2, double angle)
          Rotates this element in the specified plane.
 NDElement NDElement.translate(double[] v)
          Tralslates this element by the specified vector.
 

Methods in jndclifford with parameters of type NDElement
private  void NDViewer.addNDElementNode(javax.media.j3d.TransformGroup objTrans, NDElement element)
          Creates 3D representation of the NDElement element and attach it to the group.
private  jclifford.CliffordBitSet NDElement.getSmallestCommonSubspace(NDElement el)
          Computes smallest common subspace with the specified NDElement.
 jclifford.CliffordBitSet NDElement.intersect(NDElement el)
          Computes the common intersection subspace of this element and the specified element.
 


package jndclifford

package jndclifford API Specification