@twinfinity/core
Preparing search index...
HtmlPointParent
Interface HtmlPointParent<T>
interface
HtmlPointParent
<
T
extends
TrackCoordinate3D
>
{
centerPoint
:
()
=>
Html2CanvasPoint
;
rotate
:
(
point
:
Html2CanvasPoint
)
=>
void
;
scale
:
(
point
:
Html2CanvasPoint
,
retainAspectRatio
?:
boolean
)
=>
void
;
translate
:
()
=>
void
;
worldMatrix
:
()
=>
Matrix
;
}
Type Parameters
T
extends
TrackCoordinate3D
Implemented by
Html2CanvasPlane
Index
Properties
center
Point
rotate
scale
translate
world
Matrix
Properties
center
Point
centerPoint
:
()
=>
Html2CanvasPoint
rotate
rotate
:
(
point
:
Html2CanvasPoint
)
=>
void
scale
scale
:
(
point
:
Html2CanvasPoint
,
retainAspectRatio
?:
boolean
)
=>
void
translate
translate
:
()
=>
void
world
Matrix
worldMatrix
:
()
=>
Matrix
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
center
Point
rotate
scale
translate
world
Matrix
@twinfinity/core
Loading...