Uses of Class
eu.mihosoft.vrl.v3d.PropertyStorage
Packages that use PropertyStorage
- 
Uses of PropertyStorage in eu.mihosoft.vrl.v3dMethods in eu.mihosoft.vrl.v3d that return PropertyStorageModifier and TypeMethodDescriptionCube.getProperties()Cylinder.getProperties()Polyhedron.getProperties()Primitive.getProperties()Returns the property storage of this primitive.RoundedCube.getProperties()Sphere.getProperties()Polygon.getStorage()Methods in eu.mihosoft.vrl.v3d with parameters of type PropertyStorageModifier and TypeMethodDescriptionstatic PolygonPolygon.fromPoints(List<Vector3d> points, PropertyStorage shared) Creates a polygon from the specified point list.static CSGCSG.fromPolygons(PropertyStorage storage, Polygon... polygons) Constructs a CSG from the specifiedPolygoninstances.static CSGCSG.fromPolygons(PropertyStorage storage, List<Polygon> polygons) Constructs a CSG from a list ofPolygoninstances.Constructors in eu.mihosoft.vrl.v3d with parameters of type PropertyStorageModifierConstructorDescriptionPolygon(List<Vertex> vertices, PropertyStorage shared) Constructor.
- 
Uses of PropertyStorage in org.jlab.geometry.primMethods in org.jlab.geometry.prim that return PropertyStorageModifier and TypeMethodDescriptionBox.getProperties()Operation.getProperties()Pgon.getProperties()StlPrim.getProperties()Trap.getProperties()Trd.getProperties()Tube.getProperties()