mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 10:28:35 +00:00
Minor changes for readability
This commit is contained in:
@ -31,8 +31,8 @@ import java.util.List;
|
||||
/**
|
||||
* A Kochanek-Bartels interpolation; continuous in the 2nd derivative.
|
||||
*
|
||||
* <p>Supports {@link Node#tension tension}, {@link Node#bias bias} and
|
||||
* {@link Node#continuity continuity} parameters per {@link Node}.</p>
|
||||
* <p>Supports {@link Node#getTension() tension}, {@link Node#getBias() bias} and
|
||||
* {@link Node#getContinuity() continuity} parameters per {@link Node}.</p>
|
||||
*/
|
||||
public class KochanekBartelsInterpolation implements Interpolation {
|
||||
|
||||
|
Reference in New Issue
Block a user