Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AbstractInterp(long) - Constructor for class peasy.PeasyCam.AbstractInterp
 
active() - Method in class tw.decade.model.net.ClientX
( begin auto-generated from Client_active.xml ) Returns true if this client is still active and hasn't run into any trouble
add(Vector3D) - Method in class peasy.org.apache.commons.math.geometry.Vector3D
Add a vector to the instance.
add(double, Vector3D) - Method in class peasy.org.apache.commons.math.geometry.Vector3D
Add a scaled vector to the instance.
address() - Method in class tw.decade.model.net.UDP
Return the actual socket's local address, or null if the address correspond to any local address.
ALTPressed - Variable in class tw.decade.MissileCenter
 
angle(Vector3D, Vector3D) - Static method in class peasy.org.apache.commons.math.geometry.Vector3D
Compute the angular separation between two vectors.
AppFrame_WH - Static variable in class tw.decade.GVar
 
apply(PApplet) - Method in class peasy.CameraState
 
apply(PGraphics) - Method in class peasy.CameraState
 
applyInverseTo(Vector3D) - Method in class peasy.org.apache.commons.math.geometry.Rotation
Apply the inverse of the rotation to a vector.
applyInverseTo(Rotation) - Method in class peasy.org.apache.commons.math.geometry.Rotation
Apply the inverse of the instance to another rotation.
applyTo(Vector3D) - Method in class peasy.org.apache.commons.math.geometry.Rotation
Apply the rotation to a vector.
applyTo(Rotation) - Method in class peasy.org.apache.commons.math.geometry.Rotation
Apply the instance to another rotation.
ARC - Variable in class tw.decade.model.BallX
 
arrow(PVector, PVector) - Method in class tw.decade.model.LaserX
 
arrow(PVector, PVector) - Method in class tw.decade.view.DrawX
 
ArtNET_DMX - Class in tw.decade.model.net
 
ASCII_Mode - Static variable in class tw.decade.GVar
 
available() - Method in class tw.decade.model.net.ClientX
( begin auto-generated from Client_available.xml ) Returns the number of bytes available.

B

B_dst - Variable in class tw.decade.model.BallX
 
B_ID - Variable in class tw.decade.model.BallX
 
B_MoveDuration - Variable in class tw.decade.model.BallX
 
B_MovingPercent - Variable in class tw.decade.model.BallX
 
B_real - Variable in class tw.decade.model.BallX
 
B_StartTime - Variable in class tw.decade.model.BallX
 
ballA - Static variable in class tw.decade.GVar
 
ballB - Static variable in class tw.decade.GVar
 
BallX - Class in tw.decade.model
 
BallX(BallX.ID, PApplet, PVector, ShapeX) - Constructor for class tw.decade.model.BallX
 
BallX.ID - Enum in tw.decade.model
 
beenCue - Variable in class tw.decade.model.LEDX
 
beginHUD() - Method in class peasy.PeasyCam
begin screen-aligned 2D-drawing.
beginHUD() - Method in class tw.decade.view.DrawX
 
behave(double) - Method in class peasy.DampedAction
 
Bezier3D - Class in tw.decade.model
 
Bezier3D(float[][], int, boolean) - Constructor for class tw.decade.model.Bezier3D
Create a Bezier object based on points passed as a 2D array.
Bezier3D(PVector[], boolean) - Constructor for class tw.decade.model.Bezier3D
Create a Bezier object based on an array of vectors.
bezierBy3Point(PVector, PVector, PVector) - Method in class tw.decade.model.BallX
 
bigTriH - Static variable in class tw.decade.GVar
 
bigTriW - Static variable in class tw.decade.GVar
 
BMode - Variable in class tw.decade.model.BallX
 
bri - Variable in class tw.decade.model.LEDX
 
bri_from - Variable in class tw.decade.model.LEDX
 
bri_to - Variable in class tw.decade.model.LEDX
 
broadcast(boolean) - Method in class tw.decade.model.net.UDP
Enables or disables the ability of the current process to send broadcast messages.
BUFFER_SIZE - Static variable in class tw.decade.model.net.UDP
The default socket buffer length in bytes.

C

calc_M_L_Dist() - Method in class tw.decade.model.HMotorX
 
calcPY(PVector, PVector) - Method in class tw.decade.model.xlinx
 
cam - Static variable in class tw.decade.GVar
 
CamD - Static variable in class tw.decade.GVar
 
CameraState - Class in peasy
 
CameraState(Rotation, Vector3D, double) - Constructor for class peasy.CameraState
 
CardanEulerSingularityException - Exception in peasy.org.apache.commons.math.geometry
This class represents exceptions thrown while extractiong Cardan or Euler angles from a rotation.
CardanEulerSingularityException(boolean) - Constructor for exception peasy.org.apache.commons.math.geometry.CardanEulerSingularityException
Simple constructor. build an exception with a default message.
CC - Static variable in class tw.decade.GVar
 
check_FindBallFromDists() - Method in class tw.decade.model.HMotorX
 
checking(PVector) - Method in class tw.decade.model.PVectorSafe
 
clear() - Method in class tw.decade.model.net.ClientX
( begin auto-generated from Client_clear.xml ) Empty the buffer, removes all the data stored there
clientEvent(ClientX) - Method in class tw.decade.model.net.TCPThread
 
ClientX - Class in tw.decade.model.net
 
ClientX(Thread, String, int, boolean) - Constructor for class tw.decade.model.net.ClientX
 
ClientX(Thread, String, int) - Constructor for class tw.decade.model.net.ClientX
 
ClientX(Thread, Socket) - Constructor for class tw.decade.model.net.ClientX
 
close() - Method in class tw.decade.model.net.UDP
Close the actuel datagram socket and all associate resources.
conjugate() - Method in class tw.decade.model.Quaternion
 
createSegment(int) - Method in class tw.decade.model.Wheel
 
createWheel() - Method in class tw.decade.model.Wheel
 
CRICLE_Pi_Time - Variable in class tw.decade.model.BallX
 
CRICLE_R - Variable in class tw.decade.model.BallX
 
crossProduct(Vector3D, Vector3D) - Static method in class peasy.org.apache.commons.math.geometry.Vector3D
Compute the cross-product of two vectors.
CTRLPressed - Variable in class tw.decade.MissileCenter
 
CubicBezier(float, float, float, float, float) - Method in class tw.decade.model.FadeOutCalc
 
CubicBezierParam(float, float) - Method in class tw.decade.model.FadeOutCalc
 
CueCenter - Class in tw.decade.view
 
CueCenter() - Constructor for class tw.decade.view.CueCenter
 
currentLine - Variable in class tw.decade.model.BallX
 

D

DampedAction - Class in peasy
Based on a damned clever and aesthetic idea by David Bollinger.
DampedAction(PeasyCam) - Constructor for class peasy.DampedAction
 
DampedAction(PeasyCam, double) - Constructor for class peasy.DampedAction
 
debug - Static variable in class tw.decade.GVar
 
DISABLE() - Static method in class tw.decade.control.EventX
 
disconnectEvent(ClientX) - Method in class tw.decade.model.net.TCPThread
 
display() - Method in class tw.decade.model.Wheel
 
dispose() - Method in class tw.decade.model.net.ClientX
Disconnect from the server: internal use only.
dispose() - Method in class tw.decade.model.net.UDP
Close the socket.
dotProduct(Vector3D, Vector3D) - Static method in class peasy.org.apache.commons.math.geometry.Vector3D
Compute the dot-product of two vectors.
draw() - Method in class peasy.DampedAction
 
draw() - Method in class peasy.PeasyCam.AbstractInterp
 
draw() - Method in class tw.decade.MissileCenter
 
draw6Motors() - Method in class tw.decade.view.DrawX
 
drawArror() - Method in class tw.decade.view.DrawX
 
drawDesk() - Method in class tw.decade.view.DrawX
 
drawMotor() - Method in class tw.decade.view.DrawX
 
drawplane2() - Method in class tw.decade.view.DrawX
 
drawTriCenter(PVector[], int) - Method in class tw.decade.view.DrawX
 
drawV(PVector, PVector) - Method in class tw.decade.view.DrawX
 
DrawX - Class in tw.decade.view
 
DrawX(MissileCenter) - Constructor for class tw.decade.view.DrawX
 
drawXYZ() - Method in class tw.decade.view.DrawX
 
dX - Variable in class tw.decade.MissileCenter
 

E

ENABLE() - Static method in class tw.decade.control.EventX
 
endHUD() - Method in class peasy.PeasyCam
end screen-aligned 2D-drawing.
error - Variable in class tw.decade.model.HMotorX
 
error1 - Variable in class tw.decade.model.HMotorX
 
ESP32Comm - Class in tw.decade.view
 
ESP32Comm() - Constructor for class tw.decade.view.ESP32Comm
 
EventX - Class in tw.decade.control
 
EventX(MissileCenter) - Constructor for class tw.decade.control.EventX
 
exp() - Method in class tw.decade.model.Quaternion
 

F

FadeOutCalc - Class in tw.decade.model
 
FadeOutCalc() - Constructor for class tw.decade.model.FadeOutCalc
 
fadeTime - Variable in class tw.decade.model.LEDX
 
fadeTime_from - Variable in class tw.decade.model.LEDX
 
fadeTimeHALF_PI - Variable in class tw.decade.model.LEDX
 
fadeTimeHEX_H - Variable in class tw.decade.model.LEDX
 
fadeTimeHEX_L - Variable in class tw.decade.model.LEDX
 
FBFD_MAX_REV - Static variable in class tw.decade.GVar
 
FBFD_MIN_REV - Static variable in class tw.decade.GVar
 
feed() - Method in class peasy.PeasyCam
 
fffff_victoria - Variable in class tw.decade.GVar
 
fieldBigTriA - Static variable in class tw.decade.GVar
 
filename - Variable in class tw.decade.model.PathLady
 
find2DCircleBy3Point(PVector, PVector, PVector) - Static method in class tw.decade.model.BallX
 
find3DArcBy4Point(PVector, PVector, PVector, PVector) - Method in class tw.decade.model.BallX
 
FindBallFromDists(float[], PVector[]) - Method in class tw.decade.model.HMotorX
 
fit_inside_triangleContains(PVector) - Method in class tw.decade.model.ShapeX
 
force2D() - Method in class tw.decade.model.Bezier3D
Forces the bezier to ignore the z values i.e. makes it become 2D.
FPS - Variable in class tw.decade.model.PathLady
 
fromAxis(float, float, float, float) - Method in class tw.decade.model.Quaternion
 
fromAxis(float, PVector) - Method in class tw.decade.model.Quaternion
 

G

get() - Method in enum tw.decade.GVar.LED_EWSND
 
getA1() - Method in class peasy.org.apache.commons.math.geometry.RotationOrder
Get the axis of the first rotation.
getA2() - Method in class peasy.org.apache.commons.math.geometry.RotationOrder
Get the axis of the second rotation.
getA3() - Method in class peasy.org.apache.commons.math.geometry.RotationOrder
Get the axis of the second rotation.
getAlpha() - Method in class peasy.org.apache.commons.math.geometry.Vector3D
Get the azimuth of the vector.
getAlpha() - Method in class tw.decade.model.FadeOutCalc
 
getAlpha(long) - Method in class tw.decade.model.FadeOutCalc
 
getAngle() - Method in class peasy.org.apache.commons.math.geometry.Rotation
Get the angle of the rotation.
getAngles(RotationOrder) - Method in class peasy.org.apache.commons.math.geometry.Rotation
Get the Cardan or Euler angles corresponding to the instance.
getArguments() - Method in exception peasy.org.apache.commons.math.MathException
Gets the arguments used to build the message of this throwable.
getAxis() - Method in class peasy.org.apache.commons.math.geometry.Rotation
Get the normalized axis of the rotation.
getB_ID() - Method in class tw.decade.model.BallX
 
getB_XYZ_now() - Method in class tw.decade.model.BallX
 
getBuffer() - Method in class tw.decade.model.net.UDP
Return the actual socket buffer length
getCanvas() - Method in class peasy.PeasyCam
 
getCause() - Method in exception peasy.org.apache.commons.math.MathException
Gets the cause of this throwable.
getCircle_r() - Method in class tw.decade.model.BallX
 
getCurrentXYZ() - Method in class tw.decade.model.PathLady
 
getDelta() - Method in class peasy.org.apache.commons.math.geometry.Vector3D
Get the elevation of the vector.
getDistance() - Method in class peasy.PeasyCam
 
getHb_timerTime() - Method in enum tw.decade.model.net.NetMachineLists
 
getIndexValue() - Method in enum tw.decade.model.BallX.ID
 
getInstance() - Static method in class tw.decade.GVar
 
getIpDest() - Method in enum tw.decade.model.net.NetMachineLists
 
getIpLocal() - Method in enum tw.decade.model.net.NetMachineLists
 
getLookAt() - Method in class peasy.PeasyCam
 
getMatrix() - Method in class peasy.org.apache.commons.math.geometry.Rotation
Get the 3X3 matrix corresponding to the instance
getMessage(Locale) - Method in exception peasy.org.apache.commons.math.MathException
Gets the message in a specified locale.
getMotorIndexoffset() - Method in class tw.decade.model.BallX
 
getNorm() - Method in class peasy.org.apache.commons.math.geometry.Vector3D
Get the norm for the vector.
getPanDragHandler() - Method in class peasy.PeasyCam
 
getPattern() - Method in exception peasy.org.apache.commons.math.MathException
Gets the pattern used to build the message of this throwable.
getPortDest() - Method in enum tw.decade.model.net.NetMachineLists
 
getPortLocal() - Method in enum tw.decade.model.net.NetMachineLists
 
getPosition() - Method in class peasy.PeasyCam
Where is the PeasyCam in world space?
getPrintArrayStr(Object) - Static method in class tw.decade.model.xlinx
 
getpShape() - Method in class tw.decade.model.ShapeX
 
getQ0() - Method in class peasy.org.apache.commons.math.geometry.Rotation
Get the scalar coordinate of the quaternion.
getQ1() - Method in class peasy.org.apache.commons.math.geometry.Rotation
Get the first coordinate of the vectorial part of the quaternion.
getQ2() - Method in class peasy.org.apache.commons.math.geometry.Rotation
Get the second coordinate of the vectorial part of the quaternion.
getQ3() - Method in class peasy.org.apache.commons.math.geometry.Rotation
Get the third coordinate of the vectorial part of the quaternion.
getResultXY() - Method in class tw.decade.model.ShapeX
 
getRotateDragHandler() - Method in class peasy.PeasyCam
 
getRotations() - Method in class peasy.PeasyCam
Express the current camera rotation as an equivalent series of world rotations, in X, Y, Z order.
getState() - Method in class peasy.PeasyCam
 
getThreadTime() - Method in enum tw.decade.model.net.NetMachineLists
 
getTimeToLive() - Method in class tw.decade.model.net.UDP
Return the "Time to Live" value or -1 if an error occurred (or if the current socket is not a multicast socket).
getTriCenter(PVector[]) - Static method in class tw.decade.model.xlinx
 
getTriH() - Method in class tw.decade.model.ShapeX
 
getUDPClient() - Method in class tw.decade.model.net.UDPThreadX
 
getViewport() - Method in class peasy.PeasyCam
 
getWheelHandler() - Method in class peasy.PeasyCam
 
getWheelScale() - Method in class peasy.PeasyCam
 
getWhichBall() - Static method in class tw.decade.model.HMotorX
 
getWhichShape() - Static method in class tw.decade.model.HMotorX
 
getX() - Method in class peasy.org.apache.commons.math.geometry.Vector3D
Get the abscissa of the vector.
getY() - Method in class peasy.org.apache.commons.math.geometry.Vector3D
Get the ordinate of the vector.
getZ() - Method in class peasy.org.apache.commons.math.geometry.Vector3D
Get the height of the vector.
getZoomDragHandler() - Method in class peasy.PeasyCam
 
getZoomWheelHandler() - Method in class peasy.PeasyCam
 
ground_Height - Variable in class tw.decade.model.BallX
 
GVar - Class in tw.decade
 
GVar.ASCIIMODE - Enum in tw.decade
 
GVar.BMODE - Enum in tw.decade
 
GVar.LED_EWSND - Enum in tw.decade
 
GVar.TxRadMODE - Enum in tw.decade
 

H

handleDrag(double, double) - Method in interface peasy.PeasyDragHandler
 
handleHIMC(String) - Static method in class tw.decade.model.HIMC
 
handleWheel(int) - Method in interface peasy.PeasyWheelHandler
 
hex(byte[]) - Static method in class tw.decade.model.xlinx
 
hex(byte) - Static method in class tw.decade.model.xlinx
 
hex(char) - Static method in class tw.decade.model.xlinx
 
hex(int) - Static method in class tw.decade.model.xlinx
 
hex(int, int) - Static method in class tw.decade.model.xlinx
 
himc - Static variable in class tw.decade.GVar
 
HIMC - Class in tw.decade.model
 
HIMC(PApplet) - Constructor for class tw.decade.model.HIMC
 
HIMC_IP - Static variable in class tw.decade.GVar
 
HIMC_PORT - Static variable in class tw.decade.GVar
 
HIMC_UDP_TCP - Static variable in class tw.decade.GVar
 
HM - Static variable in class tw.decade.GVar
 
HMotorX - Class in tw.decade.model
 

I

IAMHOMING - Static variable in class tw.decade.GVar
 
ICON - Static variable in class tw.decade.GVar
 
ICONFile - Static variable in class tw.decade.GVar
 
impulse(double) - Method in class peasy.DampedAction
 
INFO_TEXT - Static variable in class tw.decade.GVar
 
INFO_TEXT22 - Static variable in class tw.decade.GVar
 
init_BallXYZ_Circle(float, float) - Method in class tw.decade.model.BallX
 
initARC(PVector, PVector, float) - Method in class tw.decade.model.BallX
 
initBallXYZ_P2P(PVector, float) - Method in class tw.decade.model.BallX
 
initSocket() - Method in class tw.decade.model.net.ClientX
 
input - Variable in class tw.decade.model.net.ClientX
 
insideViewport(double, double) - Method in class peasy.PeasyCam
 
interp(double) - Method in class peasy.PeasyCam.AbstractInterp
 
InterpolationUtil - Class in peasy
 
InterpolationUtil() - Constructor for class peasy.InterpolationUtil
 
ip() - Method in class tw.decade.model.net.ClientX
( begin auto-generated from Client_ip.xml ) Returns the IP address of the computer to which the Client is attached
IPC_RX_CRC - Variable in class tw.decade.model.net.TCPThread
 
IS_MAC - Static variable in class tw.decade.GVar
 
isActive() - Method in class peasy.PeasyCam
 
isActive - Variable in class peasy.PeasyCam.PeasyEventListener
 
IsBall_A_Align - Static variable in class tw.decade.GVar
 
IsBall_B_Align - Static variable in class tw.decade.GVar
 
isBallA_align(float) - Method in class tw.decade.model.HMotorX
 
isBallB_align(float) - Method in class tw.decade.model.HMotorX
 
isBroadcast() - Method in class tw.decade.model.net.UDP
Returns whether the opened socket send broadcast message socket or not.
isClosed() - Method in class tw.decade.model.net.UDP
Returns whether the current socket is closed or not.
isDISABLE_VOICE() - Method in class tw.decade.model.victoria.VOICEThread
 
isInsidePolygon(PVector, PShape) - Method in class tw.decade.model.PVectorSafe
 
isJoined() - Method in class tw.decade.model.net.UDP
Returns whether the multicast socket is joined to a group address.
isListening() - Method in class tw.decade.model.net.UDP
Returns whether the socket wait for incoming data or not.
isLoopback() - Method in class tw.decade.model.net.UDP
Returns whether the multicast socket loopback mode is enable or not.
isMulticast() - Method in class tw.decade.model.net.UDP
Returns whether the opened datagram socket is a multicast socket or not.
IsSystemOper - Static variable in class tw.decade.GVar
 

J

JDKversion - Static variable in class tw.decade.GVar
 

K

keyEvent(KeyEvent) - Method in class peasy.PeasyCam.PeasyEventListener
 
keyPressed(char, int) - Method in class tw.decade.control.EventX
 
keyPressed() - Method in class tw.decade.MissileCenter
 
keyReleased() - Method in class tw.decade.MissileCenter
 

L

laserX - Variable in class tw.decade.model.BallX
 
LaserX - Class in tw.decade.model
 
LaserX(PApplet, BallX) - Constructor for class tw.decade.model.LaserX
 
LAST_CURRENTMILLIS - Variable in class tw.decade.model.PathLady
 
LBWIFI_IP1 - Static variable in class tw.decade.GVar
 
LBWIFI_IP2 - Static variable in class tw.decade.GVar
 
LBWIFI_PORT - Static variable in class tw.decade.GVar
 
LEDX - Class in tw.decade.model
 
LINE - Static variable in class tw.decade.GVar
 
linear(double, double, double) - Static method in class peasy.InterpolationUtil
 
linear(Vector3D, Vector3D, double) - Static method in class peasy.InterpolationUtil
 
LINENotifyThread - Class in tw.decade.model.victoria
 
LINENotifyThread(long) - Constructor for class tw.decade.model.victoria.LINENotifyThread
 
listAllProp(Properties) - Method in class tw.decade.GVar
 
listen(boolean) - Method in class tw.decade.model.net.UDP
Start/stop waiting constantly for incoming data.
listen(int) - Method in class tw.decade.model.net.UDP
Set the socket reception timeout and wait one time for incoming data.
listen() - Method in class tw.decade.model.net.UDP
Wait for incoming data, and call the appropriate handlers each time a message is received.
load(String) - Method in class tw.decade.model.PathLady
 
loadStringsX(String) - Static method in class tw.decade.model.xlinx
 
loadStringsX(File) - Static method in class tw.decade.model.xlinx
 
loadStringsX(InputStream) - Static method in class tw.decade.model.xlinx
 
loadStringsX(BufferedReader) - Static method in class tw.decade.model.xlinx
 
loadTXT(String) - Method in class tw.decade.model.BallX
 
log(boolean) - Method in class tw.decade.model.net.UDP
Enable or disable output process log.
log() - Method in class tw.decade.model.Quaternion
 
lookAt(double, double, double) - Method in class peasy.PeasyCam
 
lookAt(double, double, double, double) - Method in class peasy.PeasyCam
 
lookAt(double, double, double, long) - Method in class peasy.PeasyCam
 
lookAt(double, double, double, double, long) - Method in class peasy.PeasyCam
 
loopback(boolean) - Method in class tw.decade.model.net.UDP
Enable or disable the multicast socket loopback mode.

M

M_SCALE - Static variable in class tw.decade.GVar
 
main(String[]) - Static method in class tw.decade.MainWindow
 
main(String[]) - Static method in class tw.decade.model.ShapeX
 
MainWindow - Class in tw.decade
 
MainWindow() - Constructor for class tw.decade.MainWindow
 
MathException - Exception in peasy.org.apache.commons.math
Base class for commons-math checked exceptions.
MathException() - Constructor for exception peasy.org.apache.commons.math.MathException
Constructs a new MathException with no detail message.
MathException(String) - Constructor for exception peasy.org.apache.commons.math.MathException
Deprecated.
MathException(String, Object[]) - Constructor for exception peasy.org.apache.commons.math.MathException
Constructs a new MathException with specified formatted detail message.
MathException(Throwable) - Constructor for exception peasy.org.apache.commons.math.MathException
Constructs a new MathException with specified nested Throwable root cause.
MathException(String, Throwable) - Constructor for exception peasy.org.apache.commons.math.MathException
MathException(String, Object[], Throwable) - Constructor for exception peasy.org.apache.commons.math.MathException
Constructs a new MathException with specified formatted detail message and nested Throwable root cause.
MAX_BUFFER_SIZE - Static variable in class tw.decade.model.net.ClientX
 
MaxD - Static variable in class tw.decade.GVar
 
MaxVel - Variable in class tw.decade.model.HMotorX
 
midpoint(PVector, PVector) - Method in class tw.decade.model.xlinx
 
MinD - Static variable in class tw.decade.GVar
 
minusI - Static variable in class peasy.org.apache.commons.math.geometry.Vector3D
Opposite of the first canonical vector (coordinates: -1, 0, 0).
minusJ - Static variable in class peasy.org.apache.commons.math.geometry.Vector3D
Opposite of the second canonical vector (coordinates: 0, -1, 0).
minusK - Static variable in class peasy.org.apache.commons.math.geometry.Vector3D
Opposite of the third canonical vector (coordinates: 0, 0, -1).
MissileCenter - Class in tw.decade
 
MissileCenter() - Constructor for class tw.decade.MissileCenter
 
MMXYZ - Variable in class tw.decade.model.BallX
 
Motor_Dist_DeltaVal - Variable in class tw.decade.model.HMotorX
 
motorHUD() - Method in class tw.decade.view.DrawX
 
MotorPos_CM_HIMC_2DArray - Variable in class tw.decade.model.HMotorX
 
MotorRad_HIMC - Variable in class tw.decade.model.HMotorX
 
Motors_CM_APP - Variable in class tw.decade.model.HMotorX
 
Motors_Rad_APP - Variable in class tw.decade.model.HMotorX
 
Motors_Rev_APP - Variable in class tw.decade.model.HMotorX
 
Motors_uM_APP - Variable in class tw.decade.model.HMotorX
 
MotorsDist_CM_MAXMSP - Variable in class tw.decade.model.HMotorX
 
MotorsDist_Rad_MAXMSP - Variable in class tw.decade.model.HMotorX
 
MotorsDist_Rev_MAXMSP - Variable in class tw.decade.model.HMotorX
 
MotorsDist_uM_MAXMSP - Variable in class tw.decade.model.HMotorX
 
MotorSize - Static variable in class tw.decade.GVar
 
mouseClicked() - Method in class tw.decade.MissileCenter
 
mouseEvent(MouseEvent) - Method in class peasy.PeasyCam.PeasyEventListener
 
mouseWheel(MouseEvent) - Method in class tw.decade.control.EventX
 
mouseWheel(MouseEvent) - Method in class tw.decade.MissileCenter
 
MPOI - Variable in class tw.decade.model.HMotorX
 
MPOI_2DArray - Variable in class tw.decade.model.HMotorX
 
mult(Quaternion) - Method in class tw.decade.model.Quaternion
 

N

negate() - Method in class peasy.org.apache.commons.math.geometry.Vector3D
Get the opposite of the instance.
NetCenter - Class in tw.decade.view
 
NetCenter() - Constructor for class tw.decade.view.NetCenter
 
NetMachineLists - Enum in tw.decade.model.net
 
newClientX() - Method in class tw.decade.model.net.TCPThread
 
next() - Method in enum tw.decade.GVar.BMODE
 
next() - Method in enum tw.decade.GVar.TxRadMODE
 
nf_33(float) - Method in class tw.decade.view.DrawX
 
normalize() - Method in class peasy.org.apache.commons.math.geometry.Vector3D
Get a normalized vector aligned with the instance.
normalize() - Method in class tw.decade.model.Quaternion
 
NotARotationMatrixException - Exception in peasy.org.apache.commons.math.geometry
This class represents exceptions thrown while building rotations from matrices.
NotARotationMatrixException(String, Object[]) - Constructor for exception peasy.org.apache.commons.math.geometry.NotARotationMatrixException
Simple constructor.
NOW_INDEX - Variable in class tw.decade.model.PathLady
 

O

offsetRegTriXY - Static variable in class tw.decade.GVar
 
OK - Variable in class tw.decade.model.net.TCPThread
 
orthogonal() - Method in class peasy.org.apache.commons.math.geometry.Vector3D
Get a vector orthogonal to the instance.
output - Variable in class tw.decade.model.net.ClientX
 

P

paint3Line(BallX, HMotorX) - Method in class tw.decade.view.DrawX
 
paintLB3D(PVector, int[]) - Method in class tw.decade.view.DrawX
 
PaintLBPath - Static variable in class tw.decade.GVar
 
paintQBall(BallX) - Method in class tw.decade.view.DrawX
 
paitPath3D(ArrayList<PVector>, PVector) - Method in class tw.decade.view.DrawX
 
pan(double, double) - Method in class peasy.PeasyCam
 
PathLady - Class in tw.decade.model
 
PathLady() - Constructor for class tw.decade.model.PathLady
 
PathLady.STATUSMode - Enum in tw.decade.model
 
peasy - package peasy
 
peasy.org.apache.commons.math - package peasy.org.apache.commons.math
 
peasy.org.apache.commons.math.geometry - package peasy.org.apache.commons.math.geometry
 
PeasyCam - Class in peasy
 
PeasyCam(PApplet, double) - Constructor for class peasy.PeasyCam
 
PeasyCam(PApplet, double, double, double, double) - Constructor for class peasy.PeasyCam
 
PeasyCam(PApplet, PGraphics, double) - Constructor for class peasy.PeasyCam
 
PeasyCam(PApplet, PGraphics, double, double, double, double) - Constructor for class peasy.PeasyCam
 
PeasyCam.AbstractInterp - Class in peasy
 
PeasyCam.PeasyEventListener - Class in peasy
 
PeasyDragHandler - Interface in peasy
 
PeasyEventListener() - Constructor for class peasy.PeasyCam.PeasyEventListener
 
PeasyWheelHandler - Interface in peasy
 
PL - Variable in class tw.decade.model.BallX
 
plusI - Static variable in class peasy.org.apache.commons.math.geometry.Vector3D
First canonical vector (coordinates: 1, 0, 0).
plusJ - Static variable in class peasy.org.apache.commons.math.geometry.Vector3D
Second canonical vector (coordinates: 0, 1, 0).
plusK - Static variable in class peasy.org.apache.commons.math.geometry.Vector3D
Third canonical vector (coordinates: 0, 0, 1).
point(float) - Method in class tw.decade.model.Bezier3D
Calculate the point for a given parametric point 't' on the curve.
points(int) - Method in class tw.decade.model.Bezier3D
Calculate the points along the Bezier curve.
polygonX(PVector, int, float, float, PVector) - Static method in class tw.decade.GVar
 
port() - Method in class tw.decade.model.net.ClientX
 
port() - Method in class tw.decade.model.net.UDP
Return the actual socket's local port, or -1 if the socket is closed.
previous() - Method in enum tw.decade.GVar.BMODE
 
previous() - Method in enum tw.decade.GVar.TxRadMODE
 
printBB(boolean, String, byte[]) - Static method in class tw.decade.model.xlinx
 
printPVector_31(PVector) - Static method in class tw.decade.model.xlinx
 
printShapePOI(PShape) - Method in class tw.decade.model.xlinx
 
printSS(boolean, String, String) - Static method in class tw.decade.model.xlinx
 
printStackTrace() - Method in exception peasy.org.apache.commons.math.MathException
Prints the stack trace of this exception to the standard error stream.
printStackTrace(PrintStream) - Method in exception peasy.org.apache.commons.math.MathException
Prints the stack trace of this exception to the specified stream.
printStackTrace(PrintWriter) - Method in exception peasy.org.apache.commons.math.MathException
Prints the stack trace of this exception to the specified writer.
processCUE(String) - Method in class tw.decade.view.CueCenter
 
progress - Variable in class tw.decade.model.LEDX
 
pShape - Variable in class tw.decade.model.ShapeX
 
PVectorSafe - Class in tw.decade.model
 
PVectorSafe(BallX, ShapeX, HMotorX) - Constructor for class tw.decade.model.PVectorSafe
 

Q

QLAB_dIP - Static variable in class tw.decade.GVar
 
QLAB_dPORT - Static variable in class tw.decade.GVar
 
QLAB_sPORT - Static variable in class tw.decade.GVar
 
Quaternion - Class in tw.decade.model
 
Quaternion() - Constructor for class tw.decade.model.Quaternion
 
Quaternion(float, float, float, float) - Constructor for class tw.decade.model.Quaternion
 
QXYZ - Variable in class tw.decade.model.BallX
 

R

rayIntersectsTriangle(PVector, PVector, PVector, PVector, PVector) - Static method in class tw.decade.model.TriX
 
read() - Method in class tw.decade.model.net.ClientX
( begin auto-generated from Client_read.xml ) Returns a number between 0 and 255 for the next byte that's waiting in the buffer.
readBytes() - Method in class tw.decade.model.net.ClientX
( begin auto-generated from Client_readBytes.xml ) Reads a group of bytes from the buffer.
readBytes(int) - Method in class tw.decade.model.net.ClientX
Advanced Return a byte array of anything that's in the serial buffer up to the specified maximum number of bytes.
readBytes(byte[]) - Method in class tw.decade.model.net.ClientX
Advanced Grab whatever is in the serial buffer, and stuff it into a byte buffer passed in by the user.
readBytesUntil(int) - Method in class tw.decade.model.net.ClientX
( begin auto-generated from Client_readBytesUntil.xml ) Reads from the port into a buffer of bytes up to and including a particular character.
readBytesUntil(int, byte[]) - Method in class tw.decade.model.net.ClientX
Advanced Reads from the serial port into a buffer of bytes until a particular character.
readChar() - Method in class tw.decade.model.net.ClientX
( begin auto-generated from Client_readChar.xml ) Returns the next byte in the buffer as a char.
readString() - Method in class tw.decade.model.net.ClientX
( begin auto-generated from Client_readString.xml ) Returns the all the data from the buffer as a String.
readStringUntil(int) - Method in class tw.decade.model.net.ClientX
( begin auto-generated from Client_readStringUntil.xml ) Combination of readBytesUntil() and readString().
REALTIME - Static variable in class tw.decade.GVar
 
receive(byte[], String, int) - Method in class tw.decade.model.net.UDPThreadX
 
reciprical() - Method in class tw.decade.model.Quaternion
 
regTriH - Static variable in class tw.decade.GVar
 
regTriShapeX_A - Static variable in class tw.decade.GVar
 
regTriShapeX_A_SAFEBOUNDRY - Static variable in class tw.decade.GVar
 
regTriShapeX_AB - Static variable in class tw.decade.GVar
 
regTriShapeX_B - Static variable in class tw.decade.GVar
 
regTriShapeX_B_SAFEBOUNDRY - Static variable in class tw.decade.GVar
 
reset() - Method in class peasy.PeasyCam
 
reset(long) - Method in class peasy.PeasyCam
 
reset() - Method in class tw.decade.model.FadeOutCalc
 
resultXY - Variable in class tw.decade.model.ShapeX
 
revCalc_MMXYZ - Variable in class tw.decade.model.BallX
 
reverseDistToXYZ - Variable in class tw.decade.model.HMotorX
 
revert() - Method in class peasy.org.apache.commons.math.geometry.Rotation
Revert a rotation.
RGBtoHSV(PVector, PVector) - Method in class tw.decade.model.xlinx
 
ROOM - Static variable in class tw.decade.GVar
 
ROOM_W_D_H - Static variable in class tw.decade.GVar
 
rotate_point(double, double, float, double, double) - Static method in class tw.decade.model.ShapeX
 
rotateX(double) - Method in class peasy.PeasyCam
 
rotateY(double) - Method in class peasy.PeasyCam
 
rotateZ(double) - Method in class peasy.PeasyCam
 
Rotation - Class in peasy.org.apache.commons.math.geometry
This class implements rotations in a three-dimensional space.
Rotation() - Constructor for class peasy.org.apache.commons.math.geometry.Rotation
Build the identity rotation.
Rotation(double, double, double, double, boolean) - Constructor for class peasy.org.apache.commons.math.geometry.Rotation
Build a rotation from the quaternion coordinates.
Rotation(Vector3D, double) - Constructor for class peasy.org.apache.commons.math.geometry.Rotation
Build a rotation from an axis and an angle.
Rotation(double[][], double) - Constructor for class peasy.org.apache.commons.math.geometry.Rotation
Build a rotation from a 3X3 matrix.
Rotation(Vector3D, Vector3D, Vector3D, Vector3D) - Constructor for class peasy.org.apache.commons.math.geometry.Rotation
Build the rotation that transforms a pair of vector into another pair.
Rotation(Vector3D, Vector3D) - Constructor for class peasy.org.apache.commons.math.geometry.Rotation
Build one of the rotations that transform one vector into another one.
Rotation(RotationOrder, double, double, double) - Constructor for class peasy.org.apache.commons.math.geometry.Rotation
Build a rotation from three Cardan or Euler elementary rotations.
RotationOrder - Class in peasy.org.apache.commons.math.geometry
This class is a utility representing a rotation order specification for Cardan or Euler angles specification.
run() - Method in class tw.decade.model.net.ClientX
 
run() - Method in class tw.decade.model.net.TCPThread
 
run() - Method in class tw.decade.model.net.UDP
Wait for incoming datagram packets.
run() - Method in class tw.decade.model.net.UDPThreadX
 
run() - Method in class tw.decade.model.victoria.LINENotifyThread
 
run() - Method in class tw.decade.model.victoria.VOICEThread
 
runASCII_Thread() - Method in class tw.decade.model.HIMC
 
runCmd2() - Method in class tw.decade.model.xlinx
 
RX_LED - Variable in enum tw.decade.model.net.NetMachineLists
 
RX_PROCESS_GetPosOffset(String) - Static method in class tw.decade.model.HIMC
 
RxCueQLab(String) - Static method in class tw.decade.view.NetCenter
 
RxHIMC1(String) - Static method in class tw.decade.view.NetCenter
 
RxHIMC2(String) - Static method in class tw.decade.view.NetCenter
 
rxJson_MAXMSP - Static variable in class tw.decade.GVar
 
RxMAXMSP(String) - Static method in class tw.decade.view.NetCenter
 

S

s2 - Static variable in class tw.decade.GVar
 
s3 - Static variable in class tw.decade.GVar
 
SAFE_HEIGHT_Z - Variable in class tw.decade.model.HMotorX
 
SAFE_LOW_Z - Variable in class tw.decade.model.HMotorX
 
safeSet(PVector) - Method in class tw.decade.model.PVectorSafe
 
SAFETY_MAXMSP_MAX - Static variable in class tw.decade.GVar
 
SAFETY_MAXMSP_MIN - Static variable in class tw.decade.GVar
 
safety_resultXY - Variable in class tw.decade.model.ShapeX
 
SAFETY_Z_Height - Static variable in class tw.decade.GVar
 
SAFETY_Z_Low - Static variable in class tw.decade.GVar
 
saveProperties(Properties, String) - Method in class tw.decade.GVar
 
say(String, String, boolean) - Method in class tw.decade.model.victoria.LINENotifyThread
 
say(String, String, boolean) - Method in class tw.decade.model.victoria.VOICEThread
 
sayWelcome() - Method in class tw.decade.model.victoria.LINENotifyThread
 
sayWelcome() - Method in class tw.decade.model.victoria.VOICEThread
 
scalarMultiply(double) - Method in class peasy.org.apache.commons.math.geometry.Vector3D
Multiply the instance by a scalar
SCREEN_Size - Static variable in class tw.decade.GVar
 
send(String) - Method in class tw.decade.model.net.UDP
Send message to the current socket.
send(byte[]) - Method in class tw.decade.model.net.UDP
Send data to the current socket.
send(String, String) - Method in class tw.decade.model.net.UDP
Send message to the requested IP address, to the current socket port.
send(byte[], String) - Method in class tw.decade.model.net.UDP
Send data to the requested IP address, to the current socket port.
send(String, String, int) - Method in class tw.decade.model.net.UDP
Send message to the requested IP address and port.
send(byte[], String, int) - Method in class tw.decade.model.net.UDP
Send data to the requested IP address and port.
sendu(String) - Method in class tw.decade.model.net.UDPThreadX
 
sendx33ms() - Static method in class tw.decade.model.HIMC
 
sendx500ms() - Static method in class tw.decade.model.HIMC
 
sendXtcp(String) - Method in class tw.decade.model.net.TCPThread
 
set(long, long) - Method in class tw.decade.model.FadeOutCalc
 
set(PVector) - Method in class tw.decade.model.PVectorSafe
 
set_B_real_FromHIMC(PVector) - Method in class tw.decade.model.BallX
 
set_calc_From_Maxmsp(PVector) - Method in class tw.decade.model.BallX
 
set_period_ms(long) - Method in class tw.decade.model.FadeOutCalc
 
setActive(boolean) - Method in class peasy.PeasyCam
 
setAll6AxisGen(String, String) - Static method in class tw.decade.model.xlinx
 
setBuffer(int) - Method in class tw.decade.model.net.UDP
Set the maximum size of the packet that can be sent or receive on the current socket.
setCenterDragHandler(PeasyDragHandler) - Method in class peasy.PeasyCam
 
setDISABLE_VOICE(boolean) - Method in class tw.decade.model.victoria.VOICEThread
 
setDistance(double) - Method in class peasy.PeasyCam
 
setDistance(double, long) - Method in class peasy.PeasyCam
 
setEndState() - Method in class peasy.PeasyCam.AbstractInterp
 
setFreeRotationMode() - Method in class peasy.PeasyCam
Permit arbitrary rotation.
setGroupABGen(String, String, int, int) - Static method in class tw.decade.model.xlinx
 
setHb_timerTime(int) - Method in enum tw.decade.model.net.NetMachineLists
 
setIpDest(String) - Method in enum tw.decade.model.net.NetMachineLists
 
setIpLocal(String) - Method in enum tw.decade.model.net.NetMachineLists
 
setLeftDragHandler(PeasyDragHandler) - Method in class peasy.PeasyCam
 
setMaximumDistance(double) - Method in class peasy.PeasyCam
 
setMinimumDistance(double) - Method in class peasy.PeasyCam
 
setMouseControlled(boolean) - Method in class peasy.PeasyCam
setPitchRotationMode() - Method in class peasy.PeasyCam
Only permit pitch.
setPortDest(int) - Method in enum tw.decade.model.net.NetMachineLists
 
setPortLocal(int) - Method in enum tw.decade.model.net.NetMachineLists
 
setReceiveHandler(String) - Method in class tw.decade.model.net.UDP
Register the target's receive handler.
setResetOnDoubleClick(boolean) - Method in class peasy.PeasyCam
 
setRightDragHandler(PeasyDragHandler) - Method in class peasy.PeasyCam
 
setRollRotationMode() - Method in class peasy.PeasyCam
Only permit roll.
setRotations(double, double, double) - Method in class peasy.PeasyCam
 
setState(CameraState) - Method in class peasy.PeasyCam
 
setState(CameraState, long) - Method in class peasy.PeasyCam
 
setSuppressRollRotationMode() - Method in class peasy.PeasyCam
Only suppress roll.
setThreadTime(int) - Method in enum tw.decade.model.net.NetMachineLists
 
setTimeoutHandler(String) - Method in class tw.decade.model.net.UDP
Register the target's timeout handler.
setTimeToLive(int) - Method in class tw.decade.model.net.UDP
Control the life-time of a datagram in the network for multicast packets in order to indicates the scope of the multicasts (ie how far the packet will travel).
settings() - Method in class tw.decade.MissileCenter
 
setup() - Method in class tw.decade.MissileCenter
 
setupNetwork() - Method in class tw.decade.MissileCenter
 
setupTriMotorBall() - Method in class tw.decade.model.SetupX
 
setupWheel() - Method in class tw.decade.model.Wheel
 
SetupX - Class in tw.decade.model
 
SetupX(MissileCenter) - Constructor for class tw.decade.model.SetupX
 
setViewport(int, int, int, int) - Method in class peasy.PeasyCam
 
setWheelHandler(PeasyWheelHandler) - Method in class peasy.PeasyCam
 
setWheelScale(double) - Method in class peasy.PeasyCam
 
setYawRotationMode() - Method in class peasy.PeasyCam
Only permit yaw.
ShapeX - Class in tw.decade.model
 
showsTXT - Variable in class tw.decade.model.PathLady
 
showsTXT_PVector - Variable in class tw.decade.model.PathLady
 
sky_Height - Variable in class tw.decade.model.BallX
 
sleepX(int) - Method in class tw.decade.model.net.TCPThread
 
slerp(Rotation, Rotation, double) - Static method in class peasy.InterpolationUtil
 
slerp(Quaternion, Quaternion, float) - Method in class tw.decade.model.Quaternion
 
smooth(double, double, double) - Static method in class peasy.InterpolationUtil
 
smooth(Vector3D, Vector3D, double) - Static method in class peasy.InterpolationUtil
 
startx() - Method in class tw.decade.model.net.TCPThread
 
startx() - Method in class tw.decade.model.net.UDPThreadX
 
startx() - Method in class tw.decade.model.victoria.LINENotifyThread
 
startx() - Method in class tw.decade.model.victoria.VOICEThread
 
STATUS - Variable in class tw.decade.model.PathLady
 
statusTimer1 - Variable in class tw.decade.control.TimerX
 
statusTimer1000 - Variable in class tw.decade.control.TimerX
 
statusTimer1000 - Variable in class tw.decade.model.net.TCPThread
 
statusTimer33 - Variable in class tw.decade.control.TimerX
 
statusTimer500 - Variable in class tw.decade.control.TimerX
 
stop() - Method in class peasy.DampedAction
 
stop() - Method in class tw.decade.model.net.ClientX
( begin auto-generated from Client_stop.xml ) Disconnects from the server.
subtract(Vector3D) - Method in class peasy.org.apache.commons.math.geometry.Vector3D
Subtract a vector from the instance.
subtract(double, Vector3D) - Method in class peasy.org.apache.commons.math.geometry.Vector3D
Subtract a scaled vector from the instance.

T

talk() - Method in class tw.decade.model.victoria.LINENotifyThread
 
talk() - Method in class tw.decade.model.victoria.VOICEThread
 
TCP_HIMC1 - Static variable in class tw.decade.GVar
 
TCP_HIMC2 - Static variable in class tw.decade.GVar
 
tcpClient - Static variable in class tw.decade.GVar
 
TCPThread - Class in tw.decade.model.net
 
TCPThread(PApplet, NetMachineLists) - Constructor for class tw.decade.model.net.TCPThread
 
tetaTest(PVector, PVector) - Static method in class tw.decade.model.xlinx
 
threadX1() - Method in class tw.decade.MissileCenter
 
TimerX - Class in tw.decade.control
 
TimerX() - Constructor for class tw.decade.control.TimerX
 
toString() - Method in class peasy.org.apache.commons.math.geometry.RotationOrder
Get a string representation of the instance.
TOTAL_INDEX - Variable in class tw.decade.model.PathLady
 
touchSafe - Variable in class tw.decade.model.BallX
 
Tri_gap_Tri - Static variable in class tw.decade.GVar
 
triangleContainsX(PVector, PVector[]) - Method in class tw.decade.model.PVectorSafe
 
TriMotorHeightA - Static variable in class tw.decade.GVar
 
TriMotorHeightAB - Static variable in class tw.decade.GVar
 
TriMotorHeightB - Static variable in class tw.decade.GVar
 
TriRegLen - Static variable in class tw.decade.GVar
 
TriX - Class in tw.decade.model
 
TriX() - Constructor for class tw.decade.model.TriX
 
tw.decade - package tw.decade
 
tw.decade.control - package tw.decade.control
 
tw.decade.model - package tw.decade.model
 
tw.decade.model.net - package tw.decade.model.net
 
tw.decade.model.victoria - package tw.decade.model.victoria
 
tw.decade.view - package tw.decade.view
 
TX_LED - Variable in enum tw.decade.model.net.NetMachineLists
 
Tx_Rad_MODE - Static variable in class tw.decade.GVar
 
TxHIMC1(String) - Static method in class tw.decade.view.NetCenter
 
TxHIMC2(String) - Static method in class tw.decade.view.NetCenter
 
TxMotor_MAXMSP_basicSafetyCheck(float) - Method in class tw.decade.model.HMotorX
 
txWithUrgentData(byte[]) - Method in class tw.decade.model.net.TCPThread
 
TXYZ - Variable in class tw.decade.model.BallX
 

U

UDP - Class in tw.decade.model.net
 
UDP(Object) - Constructor for class tw.decade.model.net.UDP
Create a new datagram socket and binds it to an available port and every address on the local host machine.
UDP(Object, int) - Constructor for class tw.decade.model.net.UDP
Create a new datagram socket and binds it to the specified port on the local host machine.
UDP(Object, int, String) - Constructor for class tw.decade.model.net.UDP
Create a new datagram socket and binds it to the specified port on the specified local address or multicast group address.
udp - Variable in class tw.decade.model.net.UDPThreadX
 
UDP_HIMC1 - Static variable in class tw.decade.GVar
 
UDP_HIMC2 - Static variable in class tw.decade.GVar
 
UDP_MAXMSP - Static variable in class tw.decade.GVar
 
UDP_Q - Static variable in class tw.decade.GVar
 
UDP_WIFI - Static variable in class tw.decade.GVar
 
UDPThreadX - Class in tw.decade.model.net
 
UDPThreadX(PApplet, NetMachineLists) - Constructor for class tw.decade.model.net.UDPThreadX
 
un_safeSet(PVector) - Method in class tw.decade.model.PVectorSafe
 
update() - Method in class tw.decade.model.BallX
 
update(PVector) - Method in class tw.decade.model.LaserX
 
update_adv_arc() - Method in class tw.decade.model.BallX
 
update_ARC() - Method in class tw.decade.model.BallX
 
update_basic_Circle() - Method in class tw.decade.model.BallX
 
update_By_HIMC_RX_Rad(int, float) - Method in class tw.decade.model.HMotorX
 
update_MotorBy_MAXMSP(int[]) - Method in class tw.decade.model.HMotorX
 
update_P2P() - Method in class tw.decade.model.BallX
 
update_TXT() - Method in class tw.decade.model.BallX
 
updateBri() - Method in class tw.decade.model.LEDX
 
updateCenter() - Method in class tw.decade.MissileCenter
 
updateDraw(byte[]) - Method in class tw.decade.model.net.ArtNET_DMX
 
updateLaserX() - Method in class tw.decade.view.DrawX
 
UserFolder - Static variable in class tw.decade.GVar
 
UserFolder_data_Slash - Static variable in class tw.decade.GVar
 
UserFolder_Slash - Static variable in class tw.decade.GVar
 

V

valueOf(String) - Static method in enum tw.decade.GVar.ASCIIMODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tw.decade.GVar.BMODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tw.decade.GVar.LED_EWSND
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tw.decade.GVar.TxRadMODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tw.decade.model.BallX.ID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tw.decade.model.net.NetMachineLists
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tw.decade.model.PathLady.STATUSMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum tw.decade.GVar.ASCIIMODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tw.decade.GVar.BMODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tw.decade.GVar.LED_EWSND
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tw.decade.GVar.TxRadMODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tw.decade.model.BallX.ID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tw.decade.model.net.NetMachineLists
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tw.decade.model.PathLady.STATUSMode
Returns an array containing the constants of this enum type, in the order they are declared.
Vector3D - Class in peasy.org.apache.commons.math.geometry
This class implements vectors in a three-dimensional space.
Vector3D() - Constructor for class peasy.org.apache.commons.math.geometry.Vector3D
Simple constructor.
Vector3D(double, double, double) - Constructor for class peasy.org.apache.commons.math.geometry.Vector3D
Simple constructor.
Vector3D(double, double) - Constructor for class peasy.org.apache.commons.math.geometry.Vector3D
Simple constructor.
Vector3D(double, Vector3D) - Constructor for class peasy.org.apache.commons.math.geometry.Vector3D
Multiplicative constructor Build a vector from another one and a scale factor.
Vector3D(double, Vector3D, double, Vector3D) - Constructor for class peasy.org.apache.commons.math.geometry.Vector3D
Linear constructor Build a vector from two other ones and corresponding scale factors.
Vector3D(double, Vector3D, double, Vector3D, double, Vector3D) - Constructor for class peasy.org.apache.commons.math.geometry.Vector3D
Linear constructor Build a vector from three other ones and corresponding scale factors.
Vector3D(double, Vector3D, double, Vector3D, double, Vector3D, double, Vector3D) - Constructor for class peasy.org.apache.commons.math.geometry.Vector3D
Linear constructor Build a vector from four other ones and corresponding scale factors.
VERSION - Variable in class peasy.PeasyCam
 
version() - Method in class peasy.PeasyCam
 
victoriaFile - Variable in class tw.decade.GVar
 
VictoriaProp - Static variable in class tw.decade.GVar
 
VOICE - Static variable in class tw.decade.GVar
 
VOICEThread - Class in tw.decade.model.victoria
 
VOICEThread(long) - Constructor for class tw.decade.model.victoria.VOICEThread
 

W

W - Variable in class tw.decade.model.Quaternion
 
Wheel - Class in tw.decade.model
 
WheelLen - Static variable in class tw.decade.GVar
 
WheelScale - Static variable in class tw.decade.GVar
 
whichBall - Static variable in class tw.decade.model.HMotorX
 
whichShape - Static variable in class tw.decade.model.HMotorX
 
write(int) - Method in class tw.decade.model.net.ClientX
( begin auto-generated from Client_write.xml ) Writes data to a server specified when constructing the client
write(byte[]) - Method in class tw.decade.model.net.ClientX
 
write(String) - Method in class tw.decade.model.net.ClientX
Advanced Write a String to the output.

X

X - Variable in class tw.decade.model.Quaternion
 
xlinx - Class in tw.decade.model
 
XYX - Static variable in class peasy.org.apache.commons.math.geometry.RotationOrder
Set of Euler angles. this ordered set of rotations is around X, then around Y, then around X
XYZ - Static variable in class peasy.org.apache.commons.math.geometry.RotationOrder
Set of Cardan angles. this ordered set of rotations is around X, then around Y, then around Z
XYZ - Variable in class tw.decade.model.BallX
 
XYZ_FROM - Variable in class tw.decade.model.BallX
 
XYZ_OFFSET - Variable in class tw.decade.model.BallX
 
XYZ_TO - Variable in class tw.decade.model.BallX
 
XZX - Static variable in class peasy.org.apache.commons.math.geometry.RotationOrder
Set of Euler angles. this ordered set of rotations is around X, then around Z, then around X
XZY - Static variable in class peasy.org.apache.commons.math.geometry.RotationOrder
Set of Cardan angles. this ordered set of rotations is around X, then around Z, then around Y

Y

Y - Variable in class tw.decade.model.Quaternion
 
YELLOW_SAFEBOUNDRY - Static variable in class tw.decade.GVar
 
YXY - Static variable in class peasy.org.apache.commons.math.geometry.RotationOrder
Set of Euler angles. this ordered set of rotations is around Y, then around X, then around Y
YXZ - Static variable in class peasy.org.apache.commons.math.geometry.RotationOrder
Set of Cardan angles. this ordered set of rotations is around Y, then around X, then around Z
YZX - Static variable in class peasy.org.apache.commons.math.geometry.RotationOrder
Set of Cardan angles. this ordered set of rotations is around Y, then around Z, then around X
YZY - Static variable in class peasy.org.apache.commons.math.geometry.RotationOrder
Set of Euler angles. this ordered set of rotations is around Y, then around Z, then around Y

Z

Z - Variable in class tw.decade.model.Quaternion
 
zero - Static variable in class peasy.org.apache.commons.math.geometry.Vector3D
Null vector (coordinates: 0, 0, 0).
ZXY - Static variable in class peasy.org.apache.commons.math.geometry.RotationOrder
Set of Cardan angles. this ordered set of rotations is around Z, then around X, then around Y
ZXZ - Static variable in class peasy.org.apache.commons.math.geometry.RotationOrder
Set of Euler angles. this ordered set of rotations is around Z, then around X, then around Z
ZYX - Static variable in class peasy.org.apache.commons.math.geometry.RotationOrder
Set of Cardan angles. this ordered set of rotations is around Z, then around Y, then around X
ZYZ - Static variable in class peasy.org.apache.commons.math.geometry.RotationOrder
Set of Euler angles. this ordered set of rotations is around Z, then around Y, then around Z
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links