Skip to content

Commit b65b414

Browse files
committed
api docs typo fixed
1 parent 9603f48 commit b65b414

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

‎src/nub/processing/Scene.java‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414

1515
package nub.processing;
1616

17-
import nub.core.*;
17+
import nub.core.Graph;
18+
import nub.core.Interpolator;
19+
import nub.core.MatrixHandler;
20+
import nub.core.Node;
1821
import nub.primitives.Matrix;
1922
import nub.primitives.Quaternion;
2023
import nub.primitives.Vector;
@@ -334,8 +337,7 @@ public Scene(PApplet pApplet, PGraphics pGraphics, int x, int y) {
334337
/**
335338
* Main constructor defining a left-handed Processing compatible scene. Calls
336339
* {@link #setMatrixHandler(MatrixHandler)} using a customized
337-
* {@link MatrixHandler} depending on the {@link #context()} type (see
338-
* {@link GLMatrixHandler}).
340+
* {@link MatrixHandler} depending on the {@link #context()} type.
339341
* <p>
340342
* An off-screen Processing scene is defined if {@code pGraphics != pApplet.g}. In this
341343
* case the {@code x} and {@code y} parameters define the position of the upper-left corner

0 commit comments

Comments
 (0)