navcat docs
Preparing search index...
navcat/blocks
obstacleAvoidance
sampleVelocityGrid
Function sampleVelocityGrid
sampleVelocityGrid
(
query
:
ObstacleAvoidanceQuery
,
pos
:
Vec3
,
rad
:
number
,
vmax
:
number
,
vel
:
Vec3
,
dvel
:
Vec3
,
params
:
ObstacleAvoidanceParams
,
debug
?:
ObstacleAvoidanceDebugData
,
)
:
{
nvel
:
Vec3
;
samples
:
number
}
Sample velocity using grid-based approach.
Parameters
query
:
ObstacleAvoidanceQuery
pos
:
Vec3
rad
:
number
vmax
:
number
vel
:
Vec3
dvel
:
Vec3
params
:
ObstacleAvoidanceParams
Optional
debug
:
ObstacleAvoidanceDebugData
Returns
{
nvel
:
Vec3
;
samples
:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
navcat docs
Loading...
Sample velocity using grid-based approach.