Sha256: 68336a85c062c0440d8e35b7aee5398e3711b18131f4579810c0d5c030c4c669

Contents?: true

Size: 1.97 KB

Versions: 5

Compression:

Stored size: 1.97 KB

Contents

o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1361724132.895353:@value"u{I"
class:EFI"ProcessedAsset;FI"logical_path;FI"Core/Intersect.js;TI"
pathname;FI"G/Users/bogumil/www/cesium/app/assets/javascripts/Core/Intersect.js;TI"content_type;FI"application/javascript;FI"
mtime;FI"2013-02-24T17:09:01+01:00;FI"length;Fi�I"digest;F"%8d771f4be93705014a8e4810548e727eI"source;FI"�/*global define*/

define(['./Enumeration'], function(Enumeration) {
    "use strict";

    /**
     * This enumerated type is used in determining where, relative to the frustum, an
     * object is located. The object can either be fully contained within the frustum (INSIDE),
     * partially inside the frustum and partially outside (INTERSECTING), or somwhere entirely
     * outside of the frustum's 6 planes (OUTSIDE).
     *
     * @exports Intersect
     */
    var Intersect = {
        /**
         * Represents that an object is not contained within the frustum.
         *
         * @constant
         * @type {Enumeration}
         */
        OUTSIDE : new Enumeration(-1, 'OUTSIDE'),

        /**
         * Represents that an object intersects one of the frustum's planes.
         *
         * @constant
         * @type {Enumeration}
         */
        INTERSECTING : new Enumeration(0, 'INTERSECTING'),

        /**
         * Represents that an object is fully within the frustum.
         *
         * @constant
         * @type {Enumeration}
         */
        INSIDE : new Enumeration(1, 'INSIDE')
    };

    return Intersect;
});
;FI"dependency_digest;F"%ec7baa6bf03202299fb444f01d774338I"required_paths;F[I"G/Users/bogumil/www/cesium/app/assets/javascripts/Core/Intersect.js;TI"dependency_paths;F[{I"	path;FI"G/Users/bogumil/www/cesium/app/assets/javascripts/Core/Intersect.js;TI"
mtime;FI"2013-02-24T17:09:01+01:00;FI"digest;F"%f2f83ead0b19c66891b6e7576c26044bI"
_version;F"%6776f581a4329e299531e1d52aa59832

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cesium-0.24.0 test/dummy/tmp/cache/assets/C87/930/sprockets%2F439fee85d1625545331937e4f9b311b3
cesium-0.23.0 test/dummy/tmp/cache/assets/C87/930/sprockets%2F439fee85d1625545331937e4f9b311b3
cesium-0.22.0 test/dummy/tmp/cache/assets/C87/930/sprockets%2F439fee85d1625545331937e4f9b311b3
cesium-0.14.0 test/dummy/tmp/cache/assets/C87/930/sprockets%2F439fee85d1625545331937e4f9b311b3
cesium-0.13.2 test/dummy/tmp/cache/assets/C87/930/sprockets%2F439fee85d1625545331937e4f9b311b3