A C D E F G I K L M N O P Q R S T U V X Y Z

A

abs() - Method in class org.fixbin.FixBin
Turns this object into its absolute (non-negative) value
abs(long) - Static method in class org.fixbin.FixBin
Returns the absolute value of a fixbin-encoded val
abs(long) - Static method in class org.fixbin.light.FixBin
Returns the absolute value of a fixbin-encoded val
abs(long) - Static method in class org.fixbin.light.FixBinNoTrig
Returns the absolute value of a fixbin-encoded val
add(FixBin) - Method in class org.fixbin.FixBin
Add another fixbin object to this object
add(int) - Method in class org.fixbin.FixBin
Add an integer to this object
add(long) - Method in class org.fixbin.FixBin
Add a long value to this object
add(long, long) - Static method in class org.fixbin.FixBin
adds two fixbin-values
add(long, long) - Static method in class org.fixbin.light.FixBin
adds two fixbin-values
add(long, long) - Static method in class org.fixbin.light.FixBinNoTrig
adds two fixbin-values
addObject(Object3D) - Method in class org.fixbin.ddd.Camera
Add an object to the camera
addPoint(Point) - Method in class org.fixbin.ddd.Camera
Add a single point
arccos() - Method in class org.fixbin.FixBin
Calculates the arccos of the current object
arccos(long) - Static method in class org.fixbin.FixBin
Calculates the arccos of the given fixbin-encoded val
arccos(long) - Static method in class org.fixbin.light.FixBin
Calculates the arccos of the given fixbin-encoded val
arccot() - Method in class org.fixbin.FixBin
Calculates the arccot of the current object
arccot(long) - Static method in class org.fixbin.FixBin
Calculates the arccot of the given fixbin-encoded val
arccot(long) - Static method in class org.fixbin.light.FixBin
Calculates the arccot of the given fixbin-encoded val
arcsin() - Method in class org.fixbin.FixBin
Calculates the arcsin of the current object
arcsin(long) - Static method in class org.fixbin.FixBin
Calculates the arcsin of the given fixbin-encoded val UPDATED: modification by Petr Kuhlheim
arcsin(long) - Static method in class org.fixbin.light.FixBin
Calculates the arcsin of the given fixbin-encoded val UPDATED: modification by Petr Kuhlheim
arctan() - Method in class org.fixbin.FixBin
Calculates the arctan of the current object
arctan(long) - Static method in class org.fixbin.FixBin
Calculates the arctan of the given fixbin-encoded val UPDATED: modification by Petr Kuhlheim
arctan(long) - Static method in class org.fixbin.light.FixBin
Calculates the arctan of the given fixbin-encoded val UPDATED: modification by Petr Kuhlheim

C

Camera - class org.fixbin.ddd.Camera.
This class represents a Camera, which views objects through a "window" The default camera is positioned at x=0, y=0, z=-10 with its view direction towards the origin (basically all view axis are identical/parallel to the "universe" axes.
Camera() - Constructor for class org.fixbin.ddd.Camera
Creates a new (default) instance of Camera
Camera(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long) - Constructor for class org.fixbin.ddd.Camera
Creates a new instance of Camera with predefined position and direction
CubeCam - class org.fixbin.demo.cube3d.CubeCam.
 
CubeCam() - Constructor for class org.fixbin.demo.cube3d.CubeCam
Creates a new instance of CubeCam
CubeLet - class org.fixbin.demo.cube3d.CubeLet.
 
CubeLet() - Constructor for class org.fixbin.demo.cube3d.CubeLet
 
calcPoint(int, int) - Method in class org.fixbin.demo.mandel.MandelThread
 
calculate() - Method in class org.fixbin.ddd.Camera
Renders all objects (should be called before displaying) !!!
calculate(Point, Matrix33, long, long, long) - Method in class org.fixbin.ddd.Point
 
centerX - Variable in class org.fixbin.ddd.Camera
 
centerY - Variable in class org.fixbin.ddd.Camera
 
clone() - Method in class org.fixbin.FixBin
creates a new Instance of FixBin with the same content.
commaBitPos - Static variable in class org.fixbin.FixBin
 
commaBitPos - Static variable in class org.fixbin.light.FixBin
 
commaBitPos - Static variable in class org.fixbin.light.FixBinNoTrig
 
commaBitVal - Static variable in class org.fixbin.FixBin
 
commaBitVal - Static variable in class org.fixbin.light.FixBin
 
commaBitVal - Static variable in class org.fixbin.light.FixBinNoTrig
 
compareTo(long, long) - Static method in class org.fixbin.FixBin
Compares two (fixbin-encoded) values and returns 1 if x > y, -1 if x < y, 0 if x == y
compareTo(long, long) - Static method in class org.fixbin.light.FixBin
Compares two (fixbin-encoded) values and returns 1 if x > y, -1 if x < y, 0 if x == y
compareTo(long, long) - Static method in class org.fixbin.light.FixBinNoTrig
Compares two (fixbin-encoded) values and returns 1 if x > y, -1 if x < y, 0 if x == y
cos() - Method in class org.fixbin.FixBin
Calculates the cosinus of the current object
cos(long) - Static method in class org.fixbin.FixBin
 
cos(long) - Static method in class org.fixbin.light.FixBin
 
cosHelp1 - Static variable in class org.fixbin.FixBin
Calculates the cosinus of the given fixbin-encoded val
cosHelp1 - Static variable in class org.fixbin.light.FixBin
Calculates the cosinus of the given fixbin-encoded val
cosHelp2 - Static variable in class org.fixbin.FixBin
 
cosHelp2 - Static variable in class org.fixbin.light.FixBin
 
cot() - Method in class org.fixbin.FixBin
Calculates the cotangens of the current object
cot(long) - Static method in class org.fixbin.FixBin
Calculates the cotangens of the given fixbin-encoded val
cot(long) - Static method in class org.fixbin.light.FixBin
Calculates the cotangens of the given fixbin-encoded val

D

destroyApp(boolean) - Method in class org.fixbin.demo.cube3d.CubeLet
 
destroyApp(boolean) - Method in class org.fixbin.demo.mandel.MandelLet
 
diff(FixBin) - Method in class org.fixbin.FixBin
Returns the difference (as absolute value) between this and another FixBin-object
dispX - Variable in class org.fixbin.ddd.Point
 
dispY - Variable in class org.fixbin.ddd.Point
 
distance - Variable in class org.fixbin.ddd.Point
 
div(FixBin) - Method in class org.fixbin.FixBin
Divide current object by another fixbin object
div(int) - Method in class org.fixbin.FixBin
Divide current object by an int value
div(long) - Method in class org.fixbin.FixBin
Divide current object by a long int value
div(long, long) - Static method in class org.fixbin.FixBin
Divide two fixbin-encoded values
div(long, long) - Static method in class org.fixbin.light.FixBin
Divide two fixbin-encoded values
div(long, long) - Static method in class org.fixbin.light.FixBinNoTrig
Divide two fixbin-encoded values
drawQuadrangle(Graphics, int, int, int, int, int, int, int, int) - Method in class org.fixbin.ddd.Quadrangle
 
drawTriangle(Graphics, int, int, int, int, int, int) - Static method in class org.fixbin.ddd.Triangle
 
dx - Variable in class org.fixbin.ddd.Point
 
dy - Variable in class org.fixbin.ddd.Point
 
dz - Variable in class org.fixbin.ddd.Point
 

E

E - Static variable in class org.fixbin.FixBin
 
E - Static variable in class org.fixbin.light.FixBinNoTrig
 
E_f - Static variable in class org.fixbin.FixBin
 
E_f - Static variable in class org.fixbin.light.FixBin
 
equals(Object) - Method in class org.fixbin.FixBin
Checks, wether this object is equal to another object
exp() - Method in class org.fixbin.FixBin
Calculates e to the power of the current object
exp(long) - Static method in class org.fixbin.FixBin
Calculates e^val val should be fixbin encoded
exp(long) - Static method in class org.fixbin.light.FixBin
Calculates e^val val should be fixbin encoded
exp(long) - Static method in class org.fixbin.light.FixBinNoTrig
Calculates e^val val should be fixbin encoded

F

FIFTH - Static variable in class org.fixbin.FixBin
 
FIFTH - Static variable in class org.fixbin.light.FixBin
 
FixBin - class org.fixbin.FixBin.
FixBin the light version of the FixBin library this class can be used in 2 ways: either the static methods are used or alternatively it can be used to instantiate objects that handle the values (much like the StringBuffer class).
FixBin() - Constructor for class org.fixbin.FixBin
create a new instance of FixBin with value 0.0
FixBin(int) - Constructor for class org.fixbin.FixBin
Create a new instance of FixBin with a given integer value
FixBin(long) - Constructor for class org.fixbin.FixBin
Create a new instance of FixBin with a given long value
FixBin(FixBin) - Constructor for class org.fixbin.FixBin
Create a new instance of FixBin with the same value as another FixBin object
FixBin(String) - Constructor for class org.fixbin.FixBin
Create a new instance of FixBin with a String as initializer.
FixBin - class org.fixbin.light.FixBin.
FixBin the light version of the FixBin library this class can be used in 2 ways: either the static methods are used or alternatively it can be used to instantiate objects that handle the values (much like the StringBuffer class).
FixBin() - Constructor for class org.fixbin.light.FixBin
 
FixBinNoTrig - class org.fixbin.light.FixBinNoTrig.
FixBin the light version of the FixBin library this class can be used in 2 ways: either the static methods are used or alternatively it can be used to instantiate objects that handle the values (much like the StringBuffer class).
FixBinNoTrig() - Constructor for class org.fixbin.light.FixBinNoTrig
create a new instance of FixBin with value 0.0
format(long, int) - Static method in class org.fixbin.FixBin
formats a fixbin-coded value to a String with a given number of figures after the decimal point
format(int) - Method in class org.fixbin.FixBin
returns the content of the object-instance as a String with a given number of digits after the decimal point
format(long, int) - Static method in class org.fixbin.light.FixBin
formats a fixbin-coded value to a String with a given number of figures after the decimal point
format(long, int) - Static method in class org.fixbin.light.FixBinNoTrig
formats a fixbin-coded value to a String with a given number of figures after the decimal point

G

getDistance() - Method in class org.fixbin.ddd.Line
Returns the distance (not really required for wireframes)
getDistance() - Method in interface org.fixbin.ddd.Object3D
This method returns the "z" distance from the camera (required for sorting)
getDistance() - Method in class org.fixbin.ddd.Point
Returns the distance of the point to the "visual zero"
getDistance() - Method in class org.fixbin.ddd.Quadrangle
 
getDistance() - Method in class org.fixbin.ddd.Triangle
 
getValue(int, int) - Method in class org.fixbin.ddd.Matrix33
Returns the content of a field in the Matrix
greaterEqual(FixBin) - Method in class org.fixbin.FixBin
Checks, wether this object is greater than or equal to another object
greaterThan(FixBin) - Method in class org.fixbin.FixBin
Checks, wether this object is greater than another object

I

intValue() - Method in class org.fixbin.FixBin
Returns the integer-value of the current object
intValue(long) - Static method in class org.fixbin.FixBin
Returns the integer-value of a given fixbin-encoded val
intValue(long) - Static method in class org.fixbin.light.FixBin
Returns the integer-value of a given fixbin-encoded val
intValue(long) - Static method in class org.fixbin.light.FixBinNoTrig
Returns the integer-value of a given fixbin-encoded val

K

keyPressed(int) - Method in class org.fixbin.demo.cube3d.CubeCam
 
keyPressed(int) - Method in class org.fixbin.demo.mandel.MandelCanvas
Called when a key is pressed.
keyReleased(int) - Method in class org.fixbin.demo.mandel.MandelCanvas
Called when a key is released.
keyRepeated(int) - Method in class org.fixbin.demo.mandel.MandelCanvas
Called when a key is repeated (held down).

L

Line - class org.fixbin.ddd.Line.
This class implements a 3D Object type "Line" which consists of two points.
Line(Point, Point) - Constructor for class org.fixbin.ddd.Line
Creates a new instance of Line
lessEqual(FixBin) - Method in class org.fixbin.FixBin
Checks, wether this object is less than or equal to another object
lessThan(FixBin) - Method in class org.fixbin.FixBin
Checks, wether this object is less than another object
ln() - Method in class org.fixbin.FixBin
Calculates the natural log of the current object
ln(long) - Static method in class org.fixbin.FixBin
Calculates the natural log of the given fixbin-encoded val
ln(long) - Static method in class org.fixbin.light.FixBin
Calculates the natural log of the given fixbin-encoded val
ln(long) - Static method in class org.fixbin.light.FixBinNoTrig
Calculates the natural log of the given fixbin-encoded val
lngt1(long) - Static method in class org.fixbin.FixBin
Calculates the natural log for values > 1
lngt1(long) - Static method in class org.fixbin.light.FixBin
Calculates the natural log for values > 1
lngt1(long) - Static method in class org.fixbin.light.FixBinNoTrig
Calculates the natural log for values > 1
lnlt1(long) - Static method in class org.fixbin.FixBin
Calculates the natural log for values < 1
lnlt1(long) - Static method in class org.fixbin.light.FixBin
Calculates the natural log for values < 1
lnlt1(long) - Static method in class org.fixbin.light.FixBinNoTrig
Calculates the natural log for values < 1
longValue() - Method in class org.fixbin.FixBin
Returns the long-value of the current object
longValue(long) - Static method in class org.fixbin.FixBin
Returns the long-value of a given fixbin-encoded val
longValue(long) - Static method in class org.fixbin.light.FixBin
Returns the long-value of a given fixbin-encoded val
longValue(long) - Static method in class org.fixbin.light.FixBinNoTrig
Returns the long-value of a given fixbin-encoded val

M

MandelCanvas - class org.fixbin.demo.mandel.MandelCanvas.
 
MandelCanvas(Display, MandelLet) - Constructor for class org.fixbin.demo.mandel.MandelCanvas
 
MandelLet - class org.fixbin.demo.mandel.MandelLet.
 
MandelLet() - Constructor for class org.fixbin.demo.mandel.MandelLet
 
MandelThread - class org.fixbin.demo.mandel.MandelThread.
 
MandelThread(Display, Gauge, MandelCanvas) - Constructor for class org.fixbin.demo.mandel.MandelThread
Creates a new instance of MandelThread
Matrix33 - class org.fixbin.ddd.Matrix33.
This is the special form of a 3x3 Matrix.
Matrix33() - Constructor for class org.fixbin.ddd.Matrix33
Creates a new (default) instance of Matrix33
Matrix33(long, long, long, long, long, long, long, long, long) - Constructor for class org.fixbin.ddd.Matrix33
Creates a new instance of Matrix and allows to preset all matrix values
mat - Variable in class org.fixbin.ddd.Matrix33
 
mul(FixBin) - Method in class org.fixbin.FixBin
Multiply another FixBin with this object
mul(int) - Method in class org.fixbin.FixBin
Multiply this object with an integer value
mul(long) - Method in class org.fixbin.FixBin
Multiply this object with a long int value
mul(long, long) - Static method in class org.fixbin.FixBin
Multiply two fixbin encoded values
mul(long, long) - Static method in class org.fixbin.light.FixBin
Multiply two fixbin encoded values
mul(long, long) - Static method in class org.fixbin.light.FixBinNoTrig
Multiply two fixbin encoded values
multiply(Matrix33) - Method in class org.fixbin.ddd.Point
Multiplies this point with a matrix (can be used to rotate objects)

N

NUM105_3456 - Static variable in class org.fixbin.FixBin
 
NUM105_3456 - Static variable in class org.fixbin.light.FixBin
 
NUM15_336 - Static variable in class org.fixbin.FixBin
 
NUM15_336 - Static variable in class org.fixbin.light.FixBin
 
NUM3_40 - Static variable in class org.fixbin.FixBin
 
NUM3_40 - Static variable in class org.fixbin.light.FixBin
 

O

ONE - Static variable in class org.fixbin.FixBin
 
ONE - Static variable in class org.fixbin.light.FixBin
 
Object3D - interface org.fixbin.ddd.Object3D.
This Interface defines the required methods for 3D Objects to be displayed in a Camera
org.fixbin - package org.fixbin
 
org.fixbin.ddd - package org.fixbin.ddd
 
org.fixbin.demo.cube3d - package org.fixbin.demo.cube3d
 
org.fixbin.demo.mandel - package org.fixbin.demo.mandel
 
org.fixbin.light - package org.fixbin.light
 

P

PI - Static variable in class org.fixbin.FixBin
 
PI - Static variable in class org.fixbin.light.FixBinNoTrig
 
PI2 - Static variable in class org.fixbin.FixBin
 
PI2 - Static variable in class org.fixbin.light.FixBinNoTrig
 
PI2_f - Static variable in class org.fixbin.FixBin
 
PI2_f - Static variable in class org.fixbin.light.FixBin
 
PI_f - Static variable in class org.fixbin.FixBin
 
PI_f - Static variable in class org.fixbin.light.FixBin
 
Point - class org.fixbin.ddd.Point.
This class represents a single dot in the 3D environment
Point(long, long, long) - Constructor for class org.fixbin.ddd.Point
Creates a new instance of Point
paint(Graphics) - Method in class org.fixbin.ddd.Camera
Draw the content of the camera
paint(Graphics) - Method in class org.fixbin.demo.mandel.MandelCanvas
paint
pauseApp() - Method in class org.fixbin.demo.cube3d.CubeLet
 
pauseApp() - Method in class org.fixbin.demo.mandel.MandelLet
 
pointerDragged(int, int) - Method in class org.fixbin.demo.mandel.MandelCanvas
Called when the pointer is dragged.
pointerPressed(int, int) - Method in class org.fixbin.demo.mandel.MandelCanvas
Called when the pointer is pressed.
pointerReleased(int, int) - Method in class org.fixbin.demo.mandel.MandelCanvas
Called when the pointer is released.
pos - Variable in class org.fixbin.ddd.Camera
 
pow(int) - Method in class org.fixbin.FixBin
Calculate the current object's value by the power if the given integer value
pow(FixBin) - Method in class org.fixbin.FixBin
Calculate the current object's value by the power of the given Fixbin object.
pow(long, int) - Static method in class org.fixbin.FixBin
Calculates the power of the first parameter by the second.
pow(long, long) - Static method in class org.fixbin.FixBin
Calculates the power of the first parameter by the second.
pow(long, int) - Static method in class org.fixbin.light.FixBin
Calculates the power of the first parameter by the second.
pow(long, long) - Static method in class org.fixbin.light.FixBin
Calculates the power of the first parameter by the second.
pow(long, int) - Static method in class org.fixbin.light.FixBinNoTrig
Calculates the power of the first parameter by the second.
pow(long, long) - Static method in class org.fixbin.light.FixBinNoTrig
Calculates the power of the first parameter by the second.

Q

Quadrangle - class org.fixbin.ddd.Quadrangle.
 
Quadrangle(Point, Point, Point, Point, Point, int, int, int) - Constructor for class org.fixbin.ddd.Quadrangle
Creates a new instance of Quadrangle
quickdiv(long, long) - Static method in class org.fixbin.FixBin
Method to quickly divide two fixbin values.
quickdiv(long, long) - Static method in class org.fixbin.light.FixBin
Method to quickly divide two fixbin values.
quickmul(long, long) - Static method in class org.fixbin.FixBin
Method to quickly multiply two Fixbin values.
quickmul(long, long) - Static method in class org.fixbin.light.FixBin
Method to quickly multiply two Fixbin values.

R

render(Graphics) - Method in class org.fixbin.ddd.Line
Renders the line
render(Graphics) - Method in interface org.fixbin.ddd.Object3D
This method requests the object to render itself to a graphics object.
render(Graphics) - Method in class org.fixbin.ddd.Point
 
render(Graphics) - Method in class org.fixbin.ddd.Quadrangle
 
render(Graphics) - Method in class org.fixbin.ddd.Triangle
 
rotateX(long) - Method in class org.fixbin.ddd.Matrix33
Rotate around X axis
rotateY(long) - Method in class org.fixbin.ddd.Matrix33
Rotate around Y axis
rotateZ(long) - Method in class org.fixbin.ddd.Matrix33
Rotate around Z axis
run() - Method in class org.fixbin.demo.cube3d.CubeLet
 
run() - Method in class org.fixbin.demo.mandel.MandelThread
 

S

scrDist - Variable in class org.fixbin.ddd.Camera
 
setImage(Image) - Method in class org.fixbin.demo.mandel.MandelCanvas
 
setRawData(long) - Method in class org.fixbin.FixBin
sets the "raw" long (fixbin-coded) value
setValue(int, int, long) - Method in class org.fixbin.ddd.Matrix33
Sets the content of a field in the Matrix
sin() - Method in class org.fixbin.FixBin
Calculates the sin of the current object
sin(long) - Static method in class org.fixbin.FixBin
 
sin(long) - Static method in class org.fixbin.light.FixBin
 
sinHelp1 - Static variable in class org.fixbin.FixBin
Calculates the sin of a given fixbin-encoded value
sinHelp1 - Static variable in class org.fixbin.light.FixBin
Calculates the sin of a given fixbin-encoded value
sinHelp2 - Static variable in class org.fixbin.FixBin
 
sinHelp2 - Static variable in class org.fixbin.light.FixBin
 
sqr(long) - Static method in class org.fixbin.FixBin
Calculate the square of the given fixbin-encoded value
sqr(long) - Static method in class org.fixbin.light.FixBin
Calculate the square of the given fixbin-encoded value
sqr(long) - Static method in class org.fixbin.light.FixBinNoTrig
Calculate the square of the given fixbin-encoded value
sqrt() - Method in class org.fixbin.FixBin
Calculates the square root of the current object
sqrt(int) - Method in class org.fixbin.FixBin
Calculates the nth root of the current object
sqrt(long) - Static method in class org.fixbin.FixBin
Calculates the square root of the given fixbin-encoded value
sqrt(long, int) - Static method in class org.fixbin.FixBin
Calculates the nth root of the given value (val). val should be fixbin-encoded, nth is just an integer value
sqrt(long) - Static method in class org.fixbin.light.FixBin
Calculates the square root of the given fixbin-encoded value
sqrt(long, int) - Static method in class org.fixbin.light.FixBin
Calculates the nth root of the given value (val). val should be fixbin-encoded, nth is just an integer value
sqrt(long) - Static method in class org.fixbin.light.FixBinNoTrig
Calculates the square root of the given fixbin-encoded value
sqrt(long, int) - Static method in class org.fixbin.light.FixBinNoTrig
Calculates the nth root of the given value (val). val should be fixbin-encoded, nth is just an integer value
startApp() - Method in class org.fixbin.demo.cube3d.CubeLet
 
startApp() - Method in class org.fixbin.demo.mandel.MandelLet
 
stopNotify() - Method in class org.fixbin.demo.mandel.MandelThread
 
sub(FixBin) - Method in class org.fixbin.FixBin
Substract another fixbin object from this object
sub(int) - Method in class org.fixbin.FixBin
Substract an integer value from the current Object
sub(long) - Method in class org.fixbin.FixBin
Substract a long int value from the current Object
sub(long, long) - Static method in class org.fixbin.FixBin
Substract two fixbin-coded values
sub(long, long) - Static method in class org.fixbin.light.FixBin
Substract two fixbin-coded values
sub(long, long) - Static method in class org.fixbin.light.FixBinNoTrig
Substract two fixbin-coded values

T

Triangle - class org.fixbin.ddd.Triangle.
 
Triangle(Point, Point, Point, Point, int, int, int) - Constructor for class org.fixbin.ddd.Triangle
Creates a new instance of Triangle
tan() - Method in class org.fixbin.FixBin
Calculates the tangens of the current object
tan(long) - Static method in class org.fixbin.FixBin
Calculates the tangens of the given fixbin-encoded val
tan(long) - Static method in class org.fixbin.light.FixBin
Calculates the tangens of the given fixbin-encoded val
toFixBin(String) - Static method in class org.fixbin.FixBin
Transform a String into a fixbin-coded LONG
toFixBin(int) - Static method in class org.fixbin.FixBin
Transform an integer to a FixBin coded long
toFixBin(long) - Static method in class org.fixbin.FixBin
Transform a long value to a FixBin coded long
toFixBin(String) - Static method in class org.fixbin.light.FixBin
Transform a String into a fixbin-coded LONG
toFixBin(int) - Static method in class org.fixbin.light.FixBin
Transform an integer to a FixBin coded long
toFixBin(long) - Static method in class org.fixbin.light.FixBin
Transform a long value to a FixBin coded long
toFixBin(String) - Static method in class org.fixbin.light.FixBinNoTrig
Transform a String into a fixbin-coded LONG
toFixBin(int) - Static method in class org.fixbin.light.FixBinNoTrig
Transform an integer to a FixBin coded long
toFixBin(long) - Static method in class org.fixbin.light.FixBinNoTrig
Transform a long value to a FixBin coded long
toString(long) - Static method in class org.fixbin.FixBin
returns the value of the fixbin-coded value as a String
toString() - Method in class org.fixbin.FixBin
returns the content of the object-instance as a String
toString(long) - Static method in class org.fixbin.light.FixBin
returns the value of the fixbin-coded value as a String
toString(long) - Static method in class org.fixbin.light.FixBinNoTrig
returns the value of the fixbin-coded value as a String

U

unity - Static variable in class org.fixbin.ddd.Matrix33
 

V

view - Variable in class org.fixbin.ddd.Camera
 

X

x - Variable in class org.fixbin.ddd.Point
 
xbyndivnfact(long, int) - Static method in class org.fixbin.FixBin
This is a helper method required by other exponential methods it calculates x ^ n / n!
xbyndivnfact(long, int) - Static method in class org.fixbin.light.FixBin
This is a helper method required by other exponential methods it calculates x ^ n / n!
xbyndivnfact(long, int) - Static method in class org.fixbin.light.FixBinNoTrig
This is a helper method required by other exponential methods it calculates x ^ n / n!
xmmbyndivnxppbynx2(long, int) - Static method in class org.fixbin.FixBin
calculates an intermediate value for ln
xmmbyndivnxppbynx2(long, int) - Static method in class org.fixbin.light.FixBin
calculates an intermediate value for ln
xmmbyndivnxppbynx2(long, int) - Static method in class org.fixbin.light.FixBinNoTrig
calculates an intermediate value for ln

Y

y - Variable in class org.fixbin.ddd.Point
 

Z

z - Variable in class org.fixbin.ddd.Point
 

A C D E F G I K L M N O P Q R S T U V X Y Z