Uses of Class
javax.vecmath.Point3f
Packages that use Point3f
Package
Description
-
Uses of Point3f in de.grogra.ext.x3d.util
Fields in de.grogra.ext.x3d.util with type parameters of type Point3fMethods in de.grogra.ext.x3d.util that return types with arguments of type Point3fMethod parameters in de.grogra.ext.x3d.util with type arguments of type Point3f -
Uses of Point3f in de.grogra.glsl
Fields in de.grogra.glsl declared as Point3fModifier and TypeFieldDescriptionprotected final Point3f
GLDisplay.endPoint
protected final Point3f
GLDisplay.startPoint
-
Uses of Point3f in de.grogra.gpuflux.imp3d.objects
Methods in de.grogra.gpuflux.imp3d.objects that return Point3f -
Uses of Point3f in de.grogra.gpuflux.scene.shading
Methods in de.grogra.gpuflux.scene.shading that return Point3fModifier and TypeMethodDescriptionFluxSpectrum.getRGBDistribution()
static Point3f
FluxSpectrum.getRGBDistribution
(SpectralCurve SPD) -
Uses of Point3f in de.grogra.gpuflux.utils
Methods in de.grogra.gpuflux.utils with parameters of type Point3f -
Uses of Point3f in de.grogra.grogra
Subclasses of Point3f in de.grogra.grogra -
Uses of Point3f in de.grogra.imp3d.msml
Methods in de.grogra.imp3d.msml that return Point3fMethods in de.grogra.imp3d.msml with parameters of type Point3f -
Uses of Point3f in de.grogra.imp3d.objects
Methods in de.grogra.imp3d.objects that return Point3f -
Uses of Point3f in de.grogra.imp3d.ray
Methods in de.grogra.imp3d.ray that return Point3fModifier and TypeMethodDescriptionRTDirectionalLight.getGloabalOrigin()
RTAreaLight.getGlobalOrigin()
RTDirectionalLight.getGlobalOrigin()
RTPointLight.getGlobalOrigin()
RTSpotLight.getGlobalOrigin()
-
Uses of Point3f in de.grogra.math
Fields in de.grogra.math declared as Point3f -
Uses of Point3f in de.grogra.nurbseditor2d
Methods in de.grogra.nurbseditor2d that return Point3fModifier and TypeMethodDescriptionstatic Point3f
ObjectGeometry2D.getCenter
(NURBSCurve nurbs) static Point3f
ObjectGeometry2D.getPoint
(NURBSCurve nurbs, int i) Methods in de.grogra.nurbseditor2d with parameters of type Point3fModifier and TypeMethodDescriptionstatic void
static void
NURBSDisplay2D.drawCircle
(Point3f point, Color3f color) static void
ObjectGeometry2D.setPoint
(NURBSCurve nurbs, Point3f p, int index) -
Uses of Point3f in de.grogra.nurbseditor3d
Methods in de.grogra.nurbseditor3d that return Point3fModifier and TypeMethodDescriptionstatic Point3f[]
ObjectGeometry3D.getConeCoordinates()
static Point3f[]
ObjectGeometry3D.getCylinderCoordinates()
static Point3f[]
ObjectGeometry3D.getFrustumCoordinates()
static Point3f[]
ObjectGeometry3D.getQuadCoordinates()
static Point3f[]
ObjectGeometry3D.getSphereCoordinates()
static Point3f
NURBSDisplay3D.pixelToCoordinate
(Point3f input) Methods in de.grogra.nurbseditor3d with parameters of type Point3fModifier and TypeMethodDescriptionstatic Vector3f
ObjectGeometry3D.calculateDistance
(Point3f a, Point3f b, int yRotation, int zRotation) static boolean
ObjectGeometry3D.comparePoints
(Point3f a, Point3f b, int yRotation, int zRotation) static void
ObjectGeometry3D.initObject
(String type, Point3f p) static void
ObjectGeometry3D.mouseWheelAction
(Point3f source, int rotation, int yRotation, int zRotation) static Point3f
NURBSDisplay3D.pixelToCoordinate
(Point3f input) -
Uses of Point3f in de.grogra.qsm.in
Methods in de.grogra.qsm.in that return Point3f -
Uses of Point3f in de.grogra.ray
Methods in de.grogra.ray that return Point3fMethods in de.grogra.ray with parameters of type Point3f -
Uses of Point3f in de.grogra.ray.intersection
Fields in de.grogra.ray.intersection declared as Point3fModifier and TypeFieldDescriptionIntersections.SphereLocalVariables.center
Intersections.BoxLocalVariables.cur_invers_point
Intersections.ConeLocalVariables.cur_invers_point
Intersections.CylinderLocalVariables.cur_invers_point
Intersections.FrustumLocalVariables.cur_invers_point
Intersections.BoxLocalVariables.invers_point
Intersections.ConeLocalVariables.invers_point
Intersections.CylinderLocalVariables.invers_point
Intersections.FrustumLocalVariables.invers_point
Intersections.ParallelogramLocalVariables.invers_point
Intersections.PlaneLocalVariables.invers_point
Intersections.SphereLocalVariables.invers_point
final Point3f
DefaultCellGenerator.BoxIntersectionLocals.point
Intersections.BoxIntersectionLocalVariables.point
Intersections.BoxLocalVariables.point
Intersections.ConeLocalVariables.point
Intersections.CylinderLocalVariables.point
Intersections.FrustumLocalVariables.point
Intersections.ParallelogramLocalVariables.point
Intersections.PlaneLocalVariables.point
Intersections.SphereLocalVariables.point
Methods in de.grogra.ray.intersection that return Point3fModifier and TypeMethodDescriptionIntersectionDescription.getLocalPoint()
IntersectionDescription.getPoint()
Methods in de.grogra.ray.intersection with parameters of type Point3fModifier and TypeMethodDescriptionstatic boolean
Intersections.isPointInsideBox
(Point3f point, Vector3f minValues, Vector3f maxValues) void
IntersectionDescription.setLocalPoint
(Point3f point) void
Constructors in de.grogra.ray.intersection with parameters of type Point3fModifierConstructorDescriptionBoundingSphere
(float radius, Point3f translation) IntersectionDescription
(Ray ray, float t, Point3f point) -
Uses of Point3f in de.grogra.ray.physics
Fields in de.grogra.ray.physics declared as Point3fModifier and TypeFieldDescriptionfinal Point3f
Interior.Input.globalEnd
The end point of the light ray in global coordinates.final Point3f
Interior.Input.localEnd
The end point of the light ray in local coordinates.final Point3f
Interior.Input.localOrigin
The origin of the light ray in local coordinates.final Point3f
Environment.localPoint
The surface position in local coordinates of the object which defines the surface, light source, or sensor.final Point3f
Environment.point
The surface position in global world coordinates. -
Uses of Point3f in de.grogra.ray.shader
Fields in de.grogra.ray.shader declared as Point3fModifier and TypeFieldDescriptionfinal Point3f
RTShader.TransparencyInput.localPoint
final Point3f
RTShader.TransparencyInput.point
-
Uses of Point3f in de.grogra.ray.tracing
Methods in de.grogra.ray.tracing that return Point3fModifier and TypeMethodDescriptionHagensBiDiStrategie1.RTPseudoLight.getGloabalOrigin()
HagensBiDiStrategie1.RTPseudoLight.getGlobalOrigin()
-
Uses of Point3f in de.grogra.ray.util
Fields in de.grogra.ray.util declared as Point3fMethods in de.grogra.ray.util that return Point3fConstructors in de.grogra.ray.util with parameters of type Point3f -
Uses of Point3f in de.grogra.vecmath
Methods in de.grogra.vecmath that return Point3fModifier and TypeMethodDescriptionstatic Point3f
VecmathOperators.operator$add
(Point3f a, Point3f b) static Point3f
VecmathOperators.operator$add
(Point3f a, Tuple3f b) static Point3f
VecmathOperators.operator$add
(Tuple3f a, Point3f b) static Point3f
VecmathOperators.operator$addAssign
(Point3f a, Tuple3f b) static Point3f
VecmathOperators.operator$div
(Point3f a, float b) static Point3f
VecmathOperators.operator$mul
(float b, Point3f a) static Point3f
VecmathOperators.operator$mul
(Point3f a, float b) static Point3f
VecmathOperators.operator$mulAssign
(Point3f a, float b) static Point3f
VecmathOperators.operator$neg
(Point3f a) static Point3f
VecmathOperators.operator$sub
(Point3f a, Tuple3f b) static Point3f
VecmathOperators.operator$sub
(Tuple3f a, Point3f b) static Point3f
VecmathOperators.operator$subAssign
(Point3f a, Tuple3f b) Methods in de.grogra.vecmath with parameters of type Point3fModifier and TypeMethodDescriptionstatic Point3d
VecmathOperators.operator$add
(Point3d a, Point3f b) static Point3d
VecmathOperators.operator$add
(Point3f a, Point3d b) static Point3f
VecmathOperators.operator$add
(Point3f a, Point3f b) static Point3d
VecmathOperators.operator$add
(Point3f a, Tuple3d b) static Point3f
VecmathOperators.operator$add
(Point3f a, Tuple3f b) static Point3d
VecmathOperators.operator$add
(Tuple3d a, Point3f b) static Point3f
VecmathOperators.operator$add
(Tuple3f a, Point3f b) static Point3f
VecmathOperators.operator$addAssign
(Point3f a, Tuple3f b) static Point3f
VecmathOperators.operator$div
(Point3f a, float b) static Point3f
VecmathOperators.operator$mul
(float b, Point3f a) static Point3f
VecmathOperators.operator$mul
(Point3f a, float b) static Point3f
VecmathOperators.operator$mulAssign
(Point3f a, float b) static Point3f
VecmathOperators.operator$neg
(Point3f a) static Vector3d
VecmathOperators.operator$sub
(Point3d a, Point3f b) static Vector3d
VecmathOperators.operator$sub
(Point3f a, Point3d b) static Vector3f
VecmathOperators.operator$sub
(Point3f a, Point3f b) static Point3d
VecmathOperators.operator$sub
(Point3f a, Tuple3d b) static Point3f
VecmathOperators.operator$sub
(Point3f a, Tuple3f b) static Point3d
VecmathOperators.operator$sub
(Tuple3d a, Point3f b) static Point3f
VecmathOperators.operator$sub
(Tuple3f a, Point3f b) static Point3f
VecmathOperators.operator$subAssign
(Point3f a, Tuple3f b) -
Uses of Point3f in javax.vecmath
Methods in javax.vecmath with parameters of type Point3fModifier and TypeMethodDescriptionfinal float
Returns the distance between this point and point p1.final float
Point3f.distanceL1
(Point3f p1) Computes the L-1 (Manhattan) distance between this point and point p1.final float
Point3f.distanceLinf
(Point3f p1) Computes the L-infinite distance between this point and point p1.final float
Point3f.distanceSquared
(Point3f p1) Computes the square of the distance between this point and point p1.final void
Transforms the point parameter with this Matrix4d and places the result back into point.final void
Transforms the point parameter with this Matrix4d and places the result into pointOut.final void
Transforms the point parameter with this Matrix4f and places the result back into point.final void
Transforms the point parameter with this Matrix4f and places the result into pointOut.Constructors in javax.vecmath with parameters of type Point3f