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