crashcat docs
Preparing search index...
crashcat
Simplex
Type Alias Simplex
simplex used in GJK/EPA algorithms
type
Simplex
=
{
points
:
[
SimplexPoint
,
SimplexPoint
,
SimplexPoint
,
SimplexPoint
]
;
size
:
number
;
}
Index
Properties
points
size
Properties
points
points
:
[
SimplexPoint
,
SimplexPoint
,
SimplexPoint
,
SimplexPoint
]
points in the simplex
size
size
:
number
current number of points in the simplex
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
points
size
crashcat docs
Loading...
simplex used in GJK/EPA algorithms