Math3D Full Project API
Preparing search index...
renderer/src/math/selection/selectionStats
SelectionStatsParams
Type Alias SelectionStatsParams
type
SelectionStatsParams
=
{
binCount
?:
number
;
histogramMetric
?:
SelectionMetricKey
;
metrics
?:
Partial
<
Record
<
SelectionMetricKey
,
Float32Array
|
null
|
undefined
>
,
>
;
normalizeMeanNormal
?:
boolean
;
normals
:
Float32Array
;
positions
:
Float32Array
;
selectedIndices
:
number
[]
;
}
Index
Properties
bin
Count?
histogram
Metric?
metrics?
normalize
Mean
Normal?
normals
positions
selected
Indices
Properties
Optional
bin
Count
binCount
?:
number
Optional
histogram
Metric
histogramMetric
?:
SelectionMetricKey
Optional
metrics
metrics
?:
Partial
<
Record
<
SelectionMetricKey
,
Float32Array
|
null
|
undefined
>
>
Optional
normalize
Mean
Normal
normalizeMeanNormal
?:
boolean
normals
normals
:
Float32Array
positions
positions
:
Float32Array
selected
Indices
selectedIndices
:
number
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bin
Count
histogram
Metric
metrics
normalize
Mean
Normal
normals
positions
selected
Indices
Math3D Full Project API
Loading...