function Figure() {
THREE.Group.call(this);
this.add('TEST');
this.draw = function() {
...
}
}
Figure.prototype = Object.create(THREE.Group.prototype);
<link rel="stylesheet/less" type="text/css" href="css/style.less" />
<script src="js/less.js"></script>
result = A.subtract( C ).union( B.intersect( C ) )