openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-kartifex
/
org.openrndr.kartifex
/
Polar2
Polar2
@
JvmRecord
data
class
Polar2
(
val
theta
:
Double
,
val
r
:
Double
)
(
source
)
Members
Constructors
Polar2
Link copied to clipboard
constructor
(
theta
:
Double
,
r
:
Double
)
Properties
r
Link copied to clipboard
val
r
:
Double
theta
Link copied to clipboard
val
theta
:
Double
Functions
rotate
Link copied to clipboard
fun
rotate
(
theta
:
Double
)
:
Polar2
vec2
Link copied to clipboard
fun
vec2
(
)
:
Vec2