Blockchain Commons LifeHash TypeScript Library - v1.0.0-alpha.20
Preparing search index...
Point
Class Point
A struct representing an integer cartesian point.
Index
Constructors
constructor
Properties
x
y
zero
Methods
equals
Constructors
constructor
new
Point
(
x
:
number
,
y
:
number
)
:
Point
Parameters
x
:
number
y
:
number
Returns
Point
Properties
x
x
:
number
y
y
:
number
Static
Readonly
zero
zero
:
Point
= ...
Methods
equals
equals
(
other
:
Point
)
:
boolean
Parameters
other
:
Point
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
x
y
zero
Methods
equals
Blockchain Commons LifeHash TypeScript Library - v1.0.0-alpha.20
Loading...
A struct representing an integer cartesian point.