declare const _default: "\n let rotationResult = rotateWithMatrix(quadXY, inAngle);\n let rotatedQuadXY = rotationResult.rotatedVec;\n rotMatrix = rotationResult.matrix;\n var localPos = customFace(particlePos, rotatedQuadXY);\n";
export default _default;