FullControl JS
Preparing search index...
Vector
Class Vector
Index
Constructors
constructor
Properties
x?
y?
z?
type
Name
Methods
to
JSON
from
JSON
Constructors
constructor
new
Vector
(
init
?:
Partial
<
Vector
>
)
:
Vector
Parameters
Optional
init
:
Partial
<
Vector
>
Returns
Vector
Properties
Optional
x
x
?:
number
Optional
y
y
?:
number
Optional
z
z
?:
number
Static
Readonly
type
Name
typeName
:
"Vector"
= 'Vector'
Methods
to
JSON
toJSON
()
:
{
x
:
number
|
undefined
;
y
:
number
|
undefined
;
z
:
number
|
undefined
;
}
Returns
{
x
:
number
|
undefined
;
y
:
number
|
undefined
;
z
:
number
|
undefined
}
Static
from
JSON
fromJSON
(
data
:
any
)
:
Vector
Parameters
data
:
any
Returns
Vector
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
x
y
z
type
Name
Methods
to
JSON
from
JSON
FullControl JS
Loading...