Preparing search index...
The search index is not available
three-svg-renderer
three-svg-renderer
ViewVertex
Class ViewVertex
Hierarchy
ViewVertex
Index
Constructors
constructor
Properties
hash2d
hash3d
pos2d
pos3d
singularity
vertices
view
Edges
visible
Accessors
x
y
Methods
common
View
Edge
With
is
Connected
To
matches2d
Position
matches3d
Position
Constructors
constructor
new
View
Vertex
(
)
:
ViewVertex
Returns
ViewVertex
Properties
hash2d
hash2d
:
string
= ""
hash3d
hash3d
:
string
= ""
Readonly
pos2d
pos2d
:
Vector2
= ...
Readonly
pos3d
pos3d
:
Vector3
= ...
singularity
singularity
:
ViewVertexSingularity
= ViewVertexSingularity.None
Readonly
vertices
vertices
:
Set
<
Vertex
>
= ...
Readonly
view
Edges
view
Edges
:
ViewEdge
[]
= ...
visible
visible
:
boolean
= false
Accessors
x
get
x
(
)
:
number
Returns
number
y
get
y
(
)
:
number
Returns
number
Methods
common
View
Edge
With
common
View
Edge
With
(
other
:
ViewVertex
)
:
null
|
ViewEdge
Parameters
other:
ViewVertex
Returns
null
|
ViewEdge
is
Connected
To
is
Connected
To
(
other
:
ViewVertex
)
:
boolean
Parameters
other:
ViewVertex
Returns
boolean
matches2d
Position
matches2d
Position
(
position
:
Vector2
, tolerance
?:
number
)
:
boolean
Parameters
position:
Vector2
tolerance:
number
= 1e-10
Returns
boolean
matches3d
Position
matches3d
Position
(
position
:
Vector3
, tolerance
?:
number
)
:
boolean
Parameters
position:
Vector3
tolerance:
number
= 1e-10
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
three-
svg-
renderer
View
Vertex
constructor
hash2d
hash3d
pos2d
pos3d
singularity
vertices
view
Edges
visible
x
y
common
View
Edge
With
is
Connected
To
matches2d
Position
matches3d
Position
Generated using
TypeDoc