Uses of Class
org.seamcat.model.functions.VectorSpace
-
Packages that use VectorSpace Package Description org.seamcat.model.functions org.seamcat.model.plugin.system -
-
Uses of VectorSpace in org.seamcat.model.functions
Fields in org.seamcat.model.functions declared as VectorSpace Modifier and Type Field Description static VectorSpace
VectorSpace. ZERO
Methods in org.seamcat.model.functions that return VectorSpace Modifier and Type Method Description VectorSpace
VectorSpace. add(VectorSpace range)
VectorSpace
VectorSpace. addCircle(Bounds bounds)
Grow the vector space by adding a circles radius bounds.VectorSpace
VectorSpace. negate()
Methods in org.seamcat.model.functions with parameters of type VectorSpace Modifier and Type Method Description VectorSpace
VectorSpace. add(VectorSpace range)
-
Uses of VectorSpace in org.seamcat.model.plugin.system
Methods in org.seamcat.model.plugin.system that return VectorSpace Modifier and Type Method Description VectorSpace
ConsistencyCheck. getInterferenceLinkSystemCoverage(boolean victim, ConsistencyCheckContext context)
Calculate a vector range of positions that are possible from the given system and interference setting.
-