All files / construct/external_layer/api/domain GeometryRunAPI.bs.js

100% Statements 17/17
100% Branches 0/0
100% Functions 0/0
100% Lines 17/17

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30    17x   17x   17x   17x   17x   17x   17x   17x   17x   17x 17x 17x 17x 17x 17x 17x 17x    
'use strict';
 
var GeometryApService$Wonderjs = require("../../../application_layer/scene/GeometryApService.bs.js");
 
var getVertices = GeometryApService$Wonderjs.getVertices;
 
var getTexCoords = GeometryApService$Wonderjs.getTexCoords;
 
var getNormals = GeometryApService$Wonderjs.getNormals;
 
var getTangents = GeometryApService$Wonderjs.getTangents;
 
var getIndices = GeometryApService$Wonderjs.getIndices;
 
var isFlipTexCoordY = GeometryApService$Wonderjs.isFlipTexCoordY;
 
var isSame = GeometryApService$Wonderjs.isSame;
 
var getId = GeometryApService$Wonderjs.getId;
 
exports.getVertices = getVertices;
exports.getTexCoords = getTexCoords;
exports.getNormals = getNormals;
exports.getTangents = getTangents;
exports.getIndices = getIndices;
exports.isFlipTexCoordY = isFlipTexCoordY;
exports.isSame = isSame;
exports.getId = getId;
/* No side effect */