| Home >> All >> com >> trapezium >> vrml >> node >> [ space Javadoc ] |
com.trapezium.vrml.node.space: Javadoc index of package com.trapezium.vrml.node.space.
Package Samples:
com.trapezium.vrml.node.space
Classes:
SpaceStructure: The SpaceStructure keeps track of vertices, edges, and faces in a somewhat fluid manner. There are three sets of objects, corresponding to vertices, edges, and faces, but these sets can be mixed, and relationships created between these sets. This is done to allow transformations of one type into another. A SpaceEntitySet represents a set of SpacePrimitive objects used by a particular space structure. The Strategy field "primitiveHandler" indicates the current visualization of a space entity and its surrounding entities. Relationships between the sets are created as needed, only r1 is known at the ...
SpacePrimitive: The SpacePrimitive is either a Vertex, Edge, or Face, but does not know its own type. The SpaceEntitySet contains a set of SpacePrimitives, and a Strategy for viewing those primitives. The Strategy determines whether the primitive is a Vertex, Edge, or Face, as well as the actual types of the SpacePrimitives in the surrounding ccwVec.
ccwVec: The ccwVec is a vector of offsets into SpaceEntitySets. The intention, not fully implemented, is that it is a counterclockwise list of entities surrounding a specific SpacePrimitive.
DensityPartitionMaker: The DensityPartitionMaker is used to partition space. This one is the simplest case where space is partitioned into even units.
SpacePartitionMaker: The SpacePartitionMaker is used to partition space. This one is the simplest case where space is partitioned into even units.
PartitionMaker: The PartitionMaker is used to partition space. This one is the simplest case where space is partitioned into even units.
SpaceEntitySet: The SpaceEntitySet holds a set of SpacePrimitive objects and a Strategy for viewing those objects.
Strategy: Strategy provides the way a SpaceEntitySet's elements viewed.
BoundingBox
DiagonalizeInfo
PerVertexData
| Home | Contact Us | Privacy Policy | Terms of Service |