anar

Class PtABS4D

java.lang.Object
  extended by anar.Parametric
      extended by anar.Pt
          extended by anar.PtABS
              extended by anar.PtABS4D
All Implemented Interfaces:
iArithmetic, iTaggable, iTransformable, XYZ, java.lang.Cloneable
Direct Known Subclasses:
AColor

public class PtABS4D
extends PtABS


Field Summary
 
Fields inherited from class anar.Pt
globalRender, render
 
Fields inherited from class anar.Parametric
meta
 
Constructor Summary
PtABS4D()
           
PtABS4D(float x)
           
PtABS4D(float x, float y)
           
PtABS4D(float x, float y, float z)
           
PtABS4D(float x, float y, float z, float w)
           
PtABS4D(Param x)
           
PtABS4D(Param x, Param y)
           
PtABS4D(Param x, Param y, Param z)
           
PtABS4D(Param x, Param y, Param z, Param w)
           
PtABS4D(PtABS4D clone)
           
PtABS4D(XYZ p)
           
 
Method Summary
 void build()
           
 void set(float x, float y, float z, float w)
           
 void set(Param x, Param y, Param z, Param w)
           
 java.lang.String toString()
           
 float w()
           
 void w(float d)
           
 void w(Param v)
           
 
Methods inherited from class anar.PtABS
clone, set, set, set, set, set, set, set, set, set, tag, x, x, y, y, z, z
 
Methods inherited from class anar.Pt
apply, bound, boundCenter, copy, create, create, create, create, create, create, create, create, create, create, create, create, createNull, createRnd, createRnd, createRnd, divide, divide, divide, divide, dot, dot, draw, equalsPt, equalsPt, fill, fill, fill, fill, fill, fill, fillP5, getTransform, isOver, isOver, length, length, length, lengthNoSq, lengthSq, lengthSq, minus, minus, minus, minus, minus, multiply, multiply, multiply, multiply, multiply, onScreen, orphaned, plus, plus, plus, plus, plus, plus, render, rotateX, rotateX, rotateY, rotateY, rotateZ, rotateZ, scale, scale, scale, scale, scale, scale, scale, scale, scaleX, scaleX, scaleY, scaleY, scaleZ, scaleZ, set, setMeta, tag, toANSYS, toAutocad, toAutocadPart, toMegaPPOV, toObjExporter, toObjExporterAsObject, toPovRay, toPovRayAsObject, toRadiance, toRadianceAsObject, toRhino, toRhinoAsObject, toRhinoAsVar, toShortString, toSingleName, toSketchUp, toSketchUpAsPoint3D, toStringComa, toStringComaPovRay, toStringTab, toStringTabRad, translate, translate, translate, translate, translate, translate, translateX, translateX, translateY, translateY, translateZ, translateZ, x, y, z
 
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

PtABS4D

public PtABS4D()

PtABS4D

public PtABS4D(Param x,
               Param y,
               Param z,
               Param w)
Parameters:
x -
y -
z -
w -

PtABS4D

public PtABS4D(float x,
               float y,
               float z,
               float w)

PtABS4D

public PtABS4D(float x,
               float y,
               float z)
Parameters:
x -
y -
z -

PtABS4D

public PtABS4D(float x,
               float y)
Parameters:
x -
y -

PtABS4D

public PtABS4D(float x)
Parameters:
x -

PtABS4D

public PtABS4D(Param x)
Parameters:
x -

PtABS4D

public PtABS4D(Param x,
               Param y,
               Param z)
Parameters:
x -
y -
z -

PtABS4D

public PtABS4D(Param x,
               Param y)
Parameters:
x -
y -

PtABS4D

public PtABS4D(PtABS4D clone)
Parameters:
clone -

PtABS4D

public PtABS4D(XYZ p)
Parameters:
p -
Method Detail

w

public void w(Param v)

w

public void w(float d)

set

public void set(float x,
                float y,
                float z,
                float w)

set

public void set(Param x,
                Param y,
                Param z,
                Param w)

build

public void build()
Overrides:
build in class PtABS

w

public float w()

toString

public java.lang.String toString()
Overrides:
toString in class Pt