anar
Class RotateZ
java.lang.Object
anar.Parametric
anar.Transform
anar.RotateZ
- All Implemented Interfaces:
- iTaggable
public class RotateZ
- extends Transform
|
Field Summary |
static java.lang.String |
TYPE
|
|
Constructor Summary |
RotateZ(float vv)
|
RotateZ(Param v)
|
RotateZ(Pt u,
float v)
|
RotateZ(Pt u,
Param v)
|
RotateZ(Pt a,
Pt b,
float p)
|
RotateZ(Pt a,
Pt b,
Param p)
|
RotateZ(Pt a,
Pt b,
Pt c,
float p)
|
RotateZ(Pt a,
Pt b,
Pt c,
Param p)
|
| 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 |
TYPE
public static java.lang.String TYPE
RotateZ
public RotateZ(Param v)
RotateZ
public RotateZ(float vv)
RotateZ
public RotateZ(Pt u,
Param v)
RotateZ
public RotateZ(Pt a,
Pt b,
Param p)
RotateZ
public RotateZ(Pt a,
Pt b,
Pt c,
Param p)
RotateZ
public RotateZ(Pt u,
float v)
RotateZ
public RotateZ(Pt a,
Pt b,
float p)
RotateZ
public RotateZ(Pt a,
Pt b,
Pt c,
float p)