orx
Toggle table of contents
0.5.0-dev.3+ec1b52d
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-shapes
/
org.openrndr.extra.shapes.extrema
/
LocalMaximum
Local
Maximum
data
class
LocalMaximum
(
val
t
:
Double
,
val
value
:
Double
,
val
position
:
Vector2
)
(
source
)
Members
Constructors
Local
Maximum
Link copied to clipboard
constructor
(
t
:
Double
,
value
:
Double
,
position
:
Vector2
)
Properties
position
Link copied to clipboard
val
position
:
Vector2
t
Link copied to clipboard
val
t
:
Double
value
Link copied to clipboard
val
value
:
Double