Uses of Class
eu.mihosoft.vrl.v3d.Vertex
Packages that use Vertex
-
Uses of Vertex in eu.mihosoft.vrl.v3d
Fields in eu.mihosoft.vrl.v3d with type parameters of type VertexMethods in eu.mihosoft.vrl.v3d that return VertexModifier and TypeMethodDescriptionVertex.clone()
Edge.getP1()
Edge.getP2()
Vertex.interpolate
(Vertex other, double t) Create a new vertex between this vertex and the specified vertex by linearly interpolating all properties using a parameter t.Applies the specified transform to this vertex.Vertex.transformed
(Transform transform) Applies the specified transform to a copy of this vertex.Methods in eu.mihosoft.vrl.v3d that return types with arguments of type VertexMethods in eu.mihosoft.vrl.v3d with parameters of type VertexModifier and TypeMethodDescriptionboolean
Indicates whether the specified vertex is contained within this bounding box (check includes box boundary).Vertex.interpolate
(Vertex other, double t) Create a new vertex between this vertex and the specified vertex by linearly interpolating all properties using a parameter t.Constructors in eu.mihosoft.vrl.v3d with parameters of type VertexModifierConstructorDescriptionConstructor.Constructor parameters in eu.mihosoft.vrl.v3d with type arguments of type Vertex -
Uses of Vertex in org.jlab.detector.geom.RICH
Methods in org.jlab.detector.geom.RICH with parameters of type VertexModifier and TypeMethodDescriptionorg.jlab.geom.prim.Point3D
org.jlab.geom.prim.Point3D
RICHGeoFactory.toVector3d
(Vertex ver) RICHLayer.toVector3d
(Vertex ver)