toggle menu
simple-demo-platform
1.0.0
common
switch theme
search in API
simple-demo-platform
/
ru.casperix.demo_platform.shape_editor
/
QuadEditor
Quad
Editor
class
QuadEditor
(
val
pointManager
:
PointController
,
initial
:
Quad2f
)
:
AbstractPointEditor
,
ShapeEditor
Members
Constructors
Quad
Editor
Link copied to clipboard
constructor
(
pointManager
:
PointController
,
initial
:
Quad2f
)
Properties
A
Link copied to clipboard
val
A
:
Point
B
Link copied to clipboard
val
B
:
Point
C
Link copied to clipboard
val
C
:
Point
D
Link copied to clipboard
val
D
:
Point
point
Manager
Link copied to clipboard
val
pointManager
:
PointController
quad
Link copied to clipboard
val
quad
:
Quad2f
self
Points
Link copied to clipboard
val
selfPoints
:
MutableList
<
Point
>
shape
Link copied to clipboard
open
override
val
shape
:
Any
Functions
dispose
Link copied to clipboard
open
override
fun
dispose
(
)
get
Points
Link copied to clipboard
fun
getPoints
(
)
:
List
<
Point
>
register
Link copied to clipboard
open
fun
register
(
pointManager
:
PointController
)