Preparing search index...
The search index is not available
zh-chess(中国象棋js框架)
zh-chess(中国象棋js框架)
Point
Class Point
坐标点
Hierarchy
Point
MovePoint
Index
Constructors
constructor
Properties
x
y
Methods
to
String
Constructors
constructor
new
Point
(
x
:
number
, y
:
number
)
:
Point
Parameters
x:
number
y:
number
Returns
Point
Properties
x
x
:
number
坐标x
y
y
:
number
Methods
to
String
to
String
(
)
:
string
格式化输出坐标点
Returns
例如返回:
(1,1)
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
zh-
chess(中国象棋js框架)
Point
constructor
x
y
to
String
Generated using
TypeDoc
坐标点