Class ColladaMeshShape.ExtentCacheKey
- java.lang.Object
-
- gov.nasa.worldwind.ogc.collada.impl.ColladaMeshShape.ExtentCacheKey
-
- Enclosing class:
- ColladaMeshShape
protected static class ColladaMeshShape.ExtentCacheKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected GlobeStateKeyglobeStateKeyprotected Matrixmatrix
-
Constructor Summary
Constructors Constructor Description ExtentCacheKey(Globe globe, Matrix matrix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-
-
-
Field Detail
-
globeStateKey
protected GlobeStateKey globeStateKey
-
matrix
protected Matrix matrix
-
-