Search
Preparing search index...
The search index is not available
ngx3js
Options
All
Public
Public/Protected
All
Inherited
Menu
ngx3js
I3JS
ConvexHull
Interface ConvexHull
Convex hull See the
ngx3js docs
page for details.
Hierarchy
ConvexHull
Index
Constructors
constructor
Properties
assigned
faces
new
Faces
tolerance
unassigned
vertices
Methods
add
Adjoining
Face
add
New
Faces
add
Vertex
To
Face
add
Vertex
To
Hull
cleanup
compute
compute
Extremes
compute
Horizon
compute
Initial
Hull
contains
Point
delete
Face
Vertices
intersect
Ray
intersects
Ray
make
Empty
next
Vertex
To
Add
reindex
Faces
remove
All
Vertices
From
Face
remove
Vertex
From
Face
resolve
Unassigned
Points
set
From
Object
set
From
Points
Constructors
constructor
new
Convex
Hull
(
)
:
I3JS
.
ConvexHull
Returns
I3JS
.
ConvexHull
Properties
assigned
assigned
:
VertexList
faces
faces
:
FaceEx
[]
new
Faces
new
Faces
:
FaceEx
[]
tolerance
tolerance
:
number
unassigned
unassigned
:
VertexList
vertices
vertices
:
VertexNode
[]
Methods
add
Adjoining
Face
add
Adjoining
Face
(
eyeVertex
:
VertexNode
, horizonEdge
:
HalfEdge
)
:
HalfEdge
Parameters
eyeVertex:
VertexNode
horizonEdge:
HalfEdge
Returns
HalfEdge
add
New
Faces
add
New
Faces
(
eyeVertex
:
VertexNode
, horizon
:
HalfEdge
[]
)
:
I3JS
.
ConvexHull
Parameters
eyeVertex:
VertexNode
horizon:
HalfEdge
[]
Returns
I3JS
.
ConvexHull
add
Vertex
To
Face
add
Vertex
To
Face
(
vertex
:
VertexNode
, face
:
FaceEx
)
:
I3JS
.
ConvexHull
Parameters
vertex:
VertexNode
face:
FaceEx
Returns
I3JS
.
ConvexHull
add
Vertex
To
Hull
add
Vertex
To
Hull
(
eyeVertex
:
VertexNode
)
:
I3JS
.
ConvexHull
Parameters
eyeVertex:
VertexNode
Returns
I3JS
.
ConvexHull
cleanup
cleanup
(
)
:
I3JS
.
ConvexHull
Returns
I3JS
.
ConvexHull
compute
compute
(
)
:
I3JS
.
ConvexHull
Returns
I3JS
.
ConvexHull
compute
Extremes
compute
Extremes
(
)
:
object
Returns
object
compute
Horizon
compute
Horizon
(
eyePoint
:
I3JS
.
Vector3
, crossEdge
:
HalfEdge
, face
:
FaceEx
, horizon
:
HalfEdge
[]
)
:
I3JS
.
ConvexHull
Parameters
eyePoint:
I3JS
.
Vector3
crossEdge:
HalfEdge
face:
FaceEx
horizon:
HalfEdge
[]
Returns
I3JS
.
ConvexHull
compute
Initial
Hull
compute
Initial
Hull
(
)
:
I3JS
.
ConvexHull
Returns
I3JS
.
ConvexHull
contains
Point
contains
Point
(
point
:
I3JS
.
Vector3
)
:
boolean
Parameters
point:
I3JS
.
Vector3
Returns
boolean
delete
Face
Vertices
delete
Face
Vertices
(
face
:
FaceEx
, absorbingFace
:
FaceEx
)
:
I3JS
.
ConvexHull
Parameters
face:
FaceEx
absorbingFace:
FaceEx
Returns
I3JS
.
ConvexHull
intersect
Ray
intersect
Ray
(
ray
:
I3JS
.
Ray
, target
:
I3JS
.
Vector3
)
:
I3JS
.
Vector3
Parameters
ray:
I3JS
.
Ray
target:
I3JS
.
Vector3
Returns
I3JS
.
Vector3
intersects
Ray
intersects
Ray
(
ray
:
I3JS
.
Ray
)
:
boolean
Parameters
ray:
I3JS
.
Ray
Returns
boolean
make
Empty
make
Empty
(
)
:
I3JS
.
ConvexHull
Returns
I3JS
.
ConvexHull
next
Vertex
To
Add
next
Vertex
To
Add
(
)
:
VertexNode
Returns
VertexNode
reindex
Faces
reindex
Faces
(
)
:
I3JS
.
ConvexHull
Returns
I3JS
.
ConvexHull
remove
All
Vertices
From
Face
remove
All
Vertices
From
Face
(
face
:
FaceEx
)
:
VertexNode
Parameters
face:
FaceEx
Returns
VertexNode
remove
Vertex
From
Face
remove
Vertex
From
Face
(
vertex
:
VertexNode
, face
:
FaceEx
)
:
I3JS
.
ConvexHull
Parameters
vertex:
VertexNode
face:
FaceEx
Returns
I3JS
.
ConvexHull
resolve
Unassigned
Points
resolve
Unassigned
Points
(
newFaces
:
FaceEx
[]
)
:
I3JS
.
ConvexHull
Parameters
newFaces:
FaceEx
[]
Returns
I3JS
.
ConvexHull
set
From
Object
set
From
Object
(
object
:
I3JS
.
Object3D
<
Event
>
)
:
I3JS
.
ConvexHull
Parameters
object:
I3JS
.
Object3D
<
Event
>
Returns
I3JS
.
ConvexHull
set
From
Points
set
From
Points
(
points
:
I3JS
.
Vector3
[]
)
:
I3JS
.
ConvexHull
Parameters
points:
I3JS
.
Vector3
[]
Returns
I3JS
.
ConvexHull
Exports
AMMO
CHARTJS
ECHARTS
I3JS
NODES
THREE
Convex
Hull
constructor
assigned
faces
new
Faces
tolerance
unassigned
vertices
add
Adjoining
Face
add
New
Faces
add
Vertex
To
Face
add
Vertex
To
Hull
cleanup
compute
compute
Extremes
compute
Horizon
compute
Initial
Hull
contains
Point
delete
Face
Vertices
intersect
Ray
intersects
Ray
make
Empty
next
Vertex
To
Add
reindex
Faces
remove
All
Vertices
From
Face
remove
Vertex
From
Face
resolve
Unassigned
Points
set
From
Object
set
From
Points
Generated using
TypeDoc
Convex hull See the ngx3js docs page for details.