Uses of Interface
georegression.struct.packed.PackedArray
Packages that use PackedArray
-
Uses of PackedArray in georegression.struct.packed
Classes in georegression.struct.packed that implement PackedArrayModifier and TypeClassDescriptionclassclassclassPacked array ofPoint2D_F32.classPacked array ofPoint2D_F64.classPacked array ofPoint2D_I16.classPacked array ofPoint2D_I32.classPacked array ofPoint3D_F32.classPacked array ofPoint3D_F64.classPacked array ofPoint4D_F32.classPacked array ofPoint4D_F64.classclassclassPacked array ofPoint2D_F32.classPacked array ofPoint2D_F64.classPacked array ofPoint3D_F32.classPacked array ofPoint3D_F64.classPacked array ofPoint4D_F32.classPacked array ofPoint4D_F64.Methods in georegression.struct.packed that return PackedArrayModifier and TypeMethodDescriptionPackedArray.reserve(int numElements) Ensure there is enough space to store 'numElements' before the internal array needs to grow.PackedArray.reset()Resets the array's size to be zeroMethods in georegression.struct.packed with parameters of type PackedArrayModifier and TypeMethodDescriptionbooleanPackedArray_F32.isEquals(PackedArray<T> b) booleanPackedArray_F32.isEquals(PackedArray<T> b, float tol) True if the two arrays are equal to within the specified tolerancebooleanPackedArray_F64.isEquals(PackedArray<T> b) booleanPackedArray_F64.isEquals(PackedArray<T> b, double tol) True if the two arrays are equal to within the specified tolerancebooleanPackedArray.isEquals(PackedArray<T> other) Checks to see if the two data structures are equalbooleanPackedArrayPoint2D_I16.isEquals(PackedArray<Point2D_I16> o) booleanPackedArrayPoint2D_I32.isEquals(PackedArray<Point2D_I32> o) booleanPackedBigArray_F32.isEquals(PackedArray<T> b) booleanPackedBigArray_F32.isEquals(PackedArray<T> b, float tol) True if the two arrays are equal to within the specified tolerancebooleanPackedBigArray_F64.isEquals(PackedArray<T> b) booleanPackedBigArray_F64.isEquals(PackedArray<T> b, double tol) True if the two arrays are equal to within the specified tolerance