createCylinderOutlineGeometry.js 195 B

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