Search
Preparing search index...
The search index is not available
Gridy
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Float2
Class Float2
Hierarchy
Float2
Implements
IVector
<
Float
>
Index
Constructors
constructor
Properties
x
y
Accessors
value
Methods
equals
scale
to
String
LERP
LINE
ROUND
Constructors
constructor
new
Float2
(
x
?:
Float
, y
?:
Float
)
:
Float2
Parameters
Default value
x:
Float
= 0
Default value
y:
Float
= 0
Returns
Float2
Properties
x
x
:
Float
y
y
:
Float
Accessors
value
get
value
(
)
:
Float
[]
Returns
Float
[]
Methods
equals
equals
(
p
:
Float2
)
:
boolean
Parameters
p:
Float2
Returns
boolean
scale
scale
(
k
:
Float
)
:
Float2
Parameters
k:
Float
Returns
Float2
to
String
to
String
(
)
:
string
Returns
string
Static
LERP
LERP
(
a
:
Integer2
, b
:
Integer2
, t
:
Float
)
:
Float2
Parameters
a:
Integer2
b:
Integer2
t:
Float
Returns
Float2
Static
LINE
LINE
(
a
:
Integer2
, b
:
Integer2
)
:
Integer2
[]
Parameters
a:
Integer2
b:
Integer2
Returns
Integer2
[]
Static
ROUND
ROUND
(
h
:
Float2
)
:
Integer2
Parameters
h:
Float2
Returns
Integer2
Globals
Float2
constructor
x
y
value
equals
scale
to
String
LERP
LINE
ROUND