-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve the TransformTrack javadoc (#1642)
* TransformTrack: don't imply that the target must be a bone * TransformTrack: don't imply that the track must be a joint track * TransformTrack: delete mentions of "this track" from the javadoc * TransformTrack: do getters return internal arrays or copies? * TransformTrack: consistent verb forms and better grammar in javadoc * TransformTrack: no need to mention that "times" is a float array * TransformTrack: mention that setTimes() creates an alias * TransformTrack: document arguments that can be null * TransformTrack: clearer descriptions of the class and its fields * "frame" -> "keyframe", in case it's unclear they're the same thing * document where argument length must be the same as times.length * TransformTrack: summary fragments shouldn't form a complete sentence * TransformTrack: capitalize and punctuate the summary fragments * TransformTrack: indent block-tag continuation lines
- Loading branch information
1 parent
3ccc518
commit dc91668
Showing
1 changed file
with
48 additions
and
35 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