Home
last modified time | relevance | path

Searched refs:ncBounds (Results 1 – 4 of 4) sorted by relevance

/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/compression/
H A DGeometryCompressor.java150 cgHeader.lowerBound = new Point3d(stream.ncBounds[0]) ; in compressStream()
151 cgHeader.upperBound = new Point3d(stream.ncBounds[1]) ; in compressStream()
201 "lower bound " + stream.ncBounds[0].toString() +"\n" + in printBench()
202 "upper bound " + stream.ncBounds[1].toString()) ; in printBench()
H A DCompressionStream.java233 Point3d ncBounds[] = new Point3d[2] ; field in CompressionStream
419 ncBounds[0] = new Point3d() ; in CompressionStream()
420 ncBounds[1] = new Point3d() ; in CompressionStream()
623 ncBounds[0].x = (double)qcBounds[0].x / 32768.0 ; in quantize()
624 ncBounds[0].y = (double)qcBounds[0].y / 32768.0 ; in quantize()
625 ncBounds[0].z = (double)qcBounds[0].z / 32768.0 ; in quantize()
627 ncBounds[1].x = (double)qcBounds[1].x / 32768.0 ; in quantize()
628 ncBounds[1].y = (double)qcBounds[1].y / 32768.0 ; in quantize()
629 ncBounds[1].z = (double)qcBounds[1].z / 32768.0 ; in quantize()
2317 bounds[0] = new Point3d(ncBounds[0]) ; in getNormalizedBounds()
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/compression/
H A DGeometryCompressor.java152 cgHeader.lowerBound = new Point3d(stream.ncBounds[0]) ; in compressStream()
153 cgHeader.upperBound = new Point3d(stream.ncBounds[1]) ; in compressStream()
203 "lower bound " + stream.ncBounds[0].toString() +"\n" + in printBench()
204 "upper bound " + stream.ncBounds[1].toString()) ; in printBench()
H A DCompressionStream.java235 Point3d ncBounds[] = new Point3d[2] ; field in CompressionStream
421 ncBounds[0] = new Point3d() ; in CompressionStream()
422 ncBounds[1] = new Point3d() ; in CompressionStream()
627 ncBounds[0].x = (double)qcBounds[0].x / 32768.0 ; in quantize()
628 ncBounds[0].y = (double)qcBounds[0].y / 32768.0 ; in quantize()
629 ncBounds[0].z = (double)qcBounds[0].z / 32768.0 ; in quantize()
631 ncBounds[1].x = (double)qcBounds[1].x / 32768.0 ; in quantize()
632 ncBounds[1].y = (double)qcBounds[1].y / 32768.0 ; in quantize()
633 ncBounds[1].z = (double)qcBounds[1].z / 32768.0 ; in quantize()
2321 bounds[0] = new Point3d(ncBounds[0]) ; in getNormalizedBounds()
[all …]