toggle menu
nohorny
2.2.0
jvm
switch theme
search in API
nohorny
/
com.xpdustry.nohorny
/
NoHornyImage
/
Instruction
/
Triangle
Triangle
data
class
Triangle
(
val
x1
:
Int
,
val
y1
:
Int
,
val
x2
:
Int
,
val
y2
:
Int
,
val
x3
:
Int
,
val
y3
:
Int
)
:
NoHornyImage.Instruction
Members
Constructors
Triangle
Link copied to clipboard
constructor
(
x1
:
Int
,
y1
:
Int
,
x2
:
Int
,
y2
:
Int
,
x3
:
Int
,
y3
:
Int
)
Properties
x1
Link copied to clipboard
val
x1
:
Int
x2
Link copied to clipboard
val
x2
:
Int
x3
Link copied to clipboard
val
x3
:
Int
y1
Link copied to clipboard
val
y1
:
Int
y2
Link copied to clipboard
val
y2
:
Int
y3
Link copied to clipboard
val
y3
:
Int