createSphereOutlineGeometry.js 189 B

123456789
  1. /*global define*/
  2. define([
  3. '../Core/SphereOutlineGeometry'
  4. ], function(
  5. SphereOutlineGeometry) {
  6. "use strict";
  7. return SphereOutlineGeometry.createGeometry;
  8. });