Preparing search index...
The search index is not available
tweakpane-monorepo
tweakpane-monorepo
@tweakpane/core
<internal>
Point4d
Class Point4d
Hierarchy
Point4d
Index
Constructors
constructor
Properties
w
x
y
z
Methods
get
Components
to
Object
equals
is
Object
Constructors
constructor
new
Point4d
(
x
?:
number
, y
?:
number
, z
?:
number
, w
?:
number
)
:
Point4d
Parameters
x:
number
= 0
y:
number
= 0
z:
number
= 0
w:
number
= 0
Returns
Point4d
Properties
w
w
:
number
x
x
:
number
y
y
:
number
z
z
:
number
Methods
get
Components
get
Components
(
)
:
Tuple4
<
number
>
Returns
Tuple4
<
number
>
to
Object
to
Object
(
)
:
Point4dObject
Returns
Point4dObject
Static
equals
equals
(
v1
:
Point4d
, v2
:
Point4d
)
:
boolean
Parameters
v1:
Point4d
v2:
Point4d
Returns
boolean
Static
is
Object
is
Object
(
obj
:
any
)
:
obj
is
Point4dObject
Parameters
obj:
any
Returns
obj
is
Point4dObject
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
tweakpane-
monorepo
@tweakpane/core
<internal>
tweakpane
<internal>
Point4d
constructor
w
x
y
z
get
Components
to
Object
equals
is
Object
Generated using
TypeDoc