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