Change default XYParameter precision to 2, add unit test for XYParameter
This commit is contained in:
@@ -85,14 +85,12 @@ annotation class XYParameter(
|
||||
val maxX: Double = 1.0,
|
||||
val minY: Double = -1.0,
|
||||
val maxY: Double = 1.0,
|
||||
val precision: Int = 1,
|
||||
val precision: Int = 2,
|
||||
val showVector: Boolean = false,
|
||||
val invertY: Boolean = true,
|
||||
val order: Int = Integer.MAX_VALUE
|
||||
)
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* ActionParameter annotation for functions without arguments
|
||||
* @property label a short description of the parameter
|
||||
|
||||
Reference in New Issue
Block a user