Uses of Class
javax.vecmath.Tuple2f
Packages that use Tuple2f
Package
Description
-
Uses of Tuple2f in de.grogra.blocks
Methods in de.grogra.blocks with parameters of type Tuple2fModifier and TypeMethodDescriptionfloat
CustomFunction.evaluateFloat
(float x, Tuple2f id, Tuple3f nutrientsValues, Tuple2f h, float d) float
CustomFunction.evaluateFloat
(Tuple2f id, Tuple3f nutrientsValues, Tuple2f h, float d) static float
ModeList.function
(int i, float delta, FloatToFloat func, Tuple2f ids, Tuple3f nutrientsValues, Tuple2f h, float d) static float
ModeList.function
(int i, int n, float value1, float value2, FloatToFloat func, Tuple2f ids, Tuple3f nutrientsValues, Tuple2f h, float d) void
-
Uses of Tuple2f in de.grogra.blocks.functionParser
Methods in de.grogra.blocks.functionParser with parameters of type Tuple2f -
Uses of Tuple2f in de.grogra.ext.x3d.util
Methods in de.grogra.ext.x3d.util that return Tuple2fModifier and TypeMethodDescriptionstatic Tuple2f
Util.splitStringToTuple2f
(Tuple2f result, String value) Methods in de.grogra.ext.x3d.util with parameters of type Tuple2fModifier and TypeMethodDescriptionstatic Tuple2f
Util.splitStringToTuple2f
(Tuple2f result, String value) -
Uses of Tuple2f in de.grogra.gl
Methods in de.grogra.gl with parameters of type Tuple2f -
Uses of Tuple2f in de.grogra.glsl
Methods in de.grogra.glsl with parameters of type Tuple2fModifier and TypeMethodDescriptionboolean
GLDisplay.getWindowPos
(Tuple3f origin, Tuple2f out) boolean
GLSLVolumeBuilder.getWindowPos
(Tuple3f location, Tuple2f out) -
Uses of Tuple2f in de.grogra.gpuflux.jocl.compute
Methods in de.grogra.gpuflux.jocl.compute with parameters of type Tuple2f -
Uses of Tuple2f in de.grogra.gpuflux.scene.volume
Methods in de.grogra.gpuflux.scene.volume with parameters of type Tuple2fModifier and TypeMethodDescriptionboolean
FluxVolumeBuilder.getWindowPos
(Tuple3f location, Tuple2f out) -
Uses of Tuple2f in de.grogra.imp2d.layout
Subclasses of Tuple2f in de.grogra.imp2d.layout -
Uses of Tuple2f in de.grogra.imp2d.objects
Methods in de.grogra.imp2d.objects with parameters of type Tuple2f -
Uses of Tuple2f in de.grogra.imp3d
Methods in de.grogra.imp3d with parameters of type Tuple2fModifier and TypeMethodDescriptionboolean
RenderState.getWindowPos
(Tuple3f location, Tuple2f out) Computes the window coordinates in pixels of a location in the current object coordinates.boolean
VolumeBuilder.getWindowPos
(Tuple3f location, Tuple2f out) boolean
WireframeCanvas.getWindowPos
(Tuple3f origin, Tuple2f out) boolean
Camera.projectView
(float px, float py, float pz, Tuple2f point2D, boolean checkClip) int
CanvasCamera.projectView
(float x, float y, float z, Tuple2f point2D, boolean checkClip) boolean
Camera.projectWorld
(double px, double py, double pz, Tuple2f point2D) int
CanvasCamera.projectWorld
(Tuple3d point, Tuple2f point2D) -
Uses of Tuple2f in de.grogra.math
Methods in de.grogra.math with parameters of type Tuple2fConstructors in de.grogra.math with parameters of type Tuple2f -
Uses of Tuple2f in de.grogra.mesh.renderer
Methods in de.grogra.mesh.renderer with parameters of type Tuple2fModifier and TypeMethodDescriptionboolean
VertexCollector.getWindowPos
(Tuple3f location, Tuple2f out) -
Uses of Tuple2f in de.grogra.vecmath
Methods in de.grogra.vecmath with parameters of type Tuple2fModifier and TypeMethodDescriptionstatic void
Math2.invTransformPoint
(Matrix3f t, Tuple2f p) static void
Math2.invTransformVector
(Matrix3f t, Tuple2f v) static void
static void
static Point2d
VecmathOperators.operator$add
(Point2d a, Tuple2f b) static Point2f
VecmathOperators.operator$add
(Point2f a, Tuple2f b) static Point2d
VecmathOperators.operator$add
(Tuple2f a, Point2d b) static Point2f
VecmathOperators.operator$add
(Tuple2f a, Point2f b) static Point2d
VecmathOperators.operator$addAssign
(Point2d a, Tuple2f b) static Point2f
VecmathOperators.operator$addAssign
(Point2f a, Tuple2f b) static Vector2f
VecmathOperators.operator$div
(Tuple2f a, float b) static Vector2f
VecmathOperators.operator$mul
(float b, Tuple2f a) static Vector2f
VecmathOperators.operator$mul
(Tuple2f a, float b) static Vector2f
VecmathOperators.operator$neg
(Tuple2f a) static Point2d
VecmathOperators.operator$sub
(Point2d a, Tuple2f b) static Point2f
VecmathOperators.operator$sub
(Point2f a, Tuple2f b) static Point2d
VecmathOperators.operator$sub
(Tuple2f a, Point2d b) static Point2f
VecmathOperators.operator$sub
(Tuple2f a, Point2f b) static Point2d
VecmathOperators.operator$subAssign
(Point2d a, Tuple2f b) static Point2f
VecmathOperators.operator$subAssign
(Point2f a, Tuple2f b) -
Uses of Tuple2f in javax.vecmath
Subclasses of Tuple2f in javax.vecmathModifier and TypeClassDescriptionclass
A 2 element point that is represented by single precision floating point x,y coordinates.class
A 2 element vector that is represented by single precision floating point x,y coordinates.Methods in javax.vecmath with parameters of type Tuple2fModifier and TypeMethodDescriptionfinal void
Sets each component of the tuple parameter to its absolute value and places the modified values into this tuple.final void
Sets the value of this tuple to the vector sum of itself and tuple t1.final void
Sets the value of this tuple to the vector sum of tuples t1 and t2.final void
Clamps the tuple parameter to the range [low, high] and places the values into this tuple.final void
Clamps the maximum value of the tuple parameter to the max parameter and places the values into this tuple.final void
Clamps the minimum value of the tuple parameter to the min parameter and places the values into this tuple.boolean
Tuple2f.epsilonEquals
(Tuple2f t1, float epsilon) Returns true if the L-infinite distance between this tuple and tuple t1 is less than or equal to the epsilon parameter, otherwise returns false.boolean
Returns true if all of the data members of Tuple2f t1 are equal to the corresponding data members in thisfinal void
Tuple2f.interpolate
(Tuple2f t1, float alpha) Linearly interpolates between this tuple and tuple t1 and places the result into this tuple: this = (1-alpha)*this + alpha*t1.final void
Tuple2f.interpolate
(Tuple2f t1, Tuple2f t2, float alpha) Linearly interpolates between tuples t1 and t2 and places the result into this tuple: this = (1-alpha)*t1 + alpha*t2.final void
Sets the value of this tuple to the negation of tuple t1.final void
Sets the value of this tuple to the scalar multiplication of tuple t1.final void
Sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 (this = s*this + t1).final void
Sets the value of this tuple to the scalar multiplication of tuple t1 and then adds tuple t2 (this = s*t1 + t2).final void
Sets the value of this vector to the values in tuple.final void
Sets the value of this tuple to the value of the Tuple2f argument.final void
Sets the value of this tuple to the value of the Tuple2f argument.final void
Sets the value of this tuple to the vector difference of itself and tuple t1 (this = this - t1).final void
Sets the value of this tuple to the vector difference of tuple t1 and t2 (this = t1 - t2).Constructors in javax.vecmath with parameters of type Tuple2fModifierConstructorDescriptionConstructs a new GVector and copies the initial values from the TupleConstructs and initializes a Point2d from the specified Tuple2f.Constructs and initializes a Point2f from the specified Tuple2f.Constructs and initializes a Tuple2d from the specified Tuple2f.Constructs and initializes a Tuple2f from the specified Tuple2f.Constructs and initializes a Vector2d from the specified Tuple2f.Constructs and initializes a Vector2f from the specified Tuple2f.