anar

Class Allign

java.lang.Object
  extended by anar.Parametric
      extended by anar.Transform
          extended by anar.Allign
All Implemented Interfaces:
iTaggable

Deprecated

@Deprecated
public class Allign
extends Transform

Allign is Deprecated. Please use Transform instead. Use This Object is kept for compatibility with early versions.

See Also:
anar.transform.Transform

Field Summary
 
Fields inherited from class anar.Transform
postTransform, preTransform
 
Fields inherited from class anar.Parametric
meta
 
Constructor Summary
Allign(Pt axe0, Pt axe1, Transform t)
          Deprecated 
 
Method Summary
 
Methods inherited from class anar.Transform
add, apply, get, getInvert, postTransform, preTransform, rotateX, rotateX, rotateY, rotateY, rotateZ, rotateZ, scale, scale, scale, scale, scale, scale, scale, set, setMatrix, setMeta, tag, tag, toString, toString, translate, translate, translate, translate, translate, translate, translate, translateX, translateX, translateY, translateY, translateZ, translateZ
 
Methods inherited from class anar.Parametric
child, get, getMeta, getPrimitive, parent, parent, parentList, parentList, parentList, parentListGraphViz, parentListGraphViz, parentListRecursive, parentListRecursiveGraphViz, parentToString, parentToStringRecursive, parentToStringRecursive, primitiveToString, replaceParent, replaceParent, replicate, tag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Allign

@Deprecated
public Allign(Pt axe0,
                         Pt axe1,
                         Transform t)
Deprecated