@@ -23,7 +23,7 @@ function Frustum( p0, p1, p2, p3, p4, p5 ) {
}
-Frustum.prototype = {
+Object.assign( Euler.prototype, {
constructor: Frustum,
@@ -198,7 +198,7 @@ Frustum.prototype = {
-};
+} );
export { Frustum };