anar

Class ParamAngle

java.lang.Object
  extended by anar.Parametric
      extended by anar.Param
          extended by anar.ParamAngle
All Implemented Interfaces:
iTaggable

public class ParamAngle
extends Param

provides the angle in b formed by the triangle determined by Pt a, Pt b and Pt c.


Field Summary
 
Fields inherited from class anar.Param
DefaultValue, max, min, mod
 
Fields inherited from class anar.Parametric
meta
 
Constructor Summary
ParamAngle(Pt a, Pt b, Pt c)
           
 
Method Summary
 void set(Pt a, Pt b, Pt c)
           
 
Methods inherited from class anar.Param
abs, addRatio, addToSlidersMain, cos, div, divide, divide, get, getRatio, getRatio, inv, invert, minus, minus, mul, multiply, multiply, plus, plus, pow, set, set, set, set, set, setMeta, setMidi, setRatio, sign, sin, sqrt, square, sub, sum, tag, tag, tan, toFloat, toInt, toLong, toString
 
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

ParamAngle

public ParamAngle(Pt a,
                  Pt b,
                  Pt c)
Method Detail

set

public void set(Pt a,
                Pt b,
                Pt c)