-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generator: more thorough description of the class
- Loading branch information
1 parent
44749ec
commit 00ab618
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
Copyright (c) 2017-2022, Stephen Gold | ||
Copyright (c) 2017-2024 Stephen Gold | ||
All rights reserved. | ||
Redistribution and use in source and binary forms, with or without | ||
|
@@ -38,7 +38,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |
import jme3utilities.math.MyVector3f; | ||
|
||
/** | ||
* Generate pseudo-random numbers, vectors, and selections. | ||
* Generate pseudo-random numbers, quaternions, vectors, and selections. | ||
* | ||
* @author Stephen Gold [email protected] | ||
*/ | ||
|