Math3D Full Project API
Preparing search index...
renderer/src/math/ridgeValleyStitch
RidgeValleyStitchParams
Type Alias RidgeValleyStitchParams
type
RidgeValleyStitchParams
=
{
confidence
?:
Float32Array
|
null
;
decimateEps
?:
number
;
dirField
:
Float32Array
;
featureMask
:
Uint8Array
|
boolean
[]
;
maxChainLen
?:
number
;
maxCurves
?:
number
;
maxTotalPoints
?:
number
;
minConf
?:
number
;
minCosLink
?:
number
;
neighbors
:
number
[]
[]
;
normals
?:
Float32Array
|
null
;
positions
:
Float32Array
;
smoothIterations
?:
number
;
}
Index
Properties
confidence?
decimate
Eps?
dir
Field
feature
Mask
max
Chain
Len?
max
Curves?
max
Total
Points?
min
Conf?
min
Cos
Link?
neighbors
normals?
positions
smooth
Iterations?
Properties
Optional
confidence
confidence
?:
Float32Array
|
null
Optional
decimate
Eps
decimateEps
?:
number
dir
Field
dirField
:
Float32Array
feature
Mask
featureMask
:
Uint8Array
|
boolean
[]
Optional
max
Chain
Len
maxChainLen
?:
number
Optional
max
Curves
maxCurves
?:
number
Optional
max
Total
Points
maxTotalPoints
?:
number
Optional
min
Conf
minConf
?:
number
Optional
min
Cos
Link
minCosLink
?:
number
neighbors
neighbors
:
number
[]
[]
Optional
normals
normals
?:
Float32Array
|
null
positions
positions
:
Float32Array
Optional
smooth
Iterations
smoothIterations
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
confidence
decimate
Eps
dir
Field
feature
Mask
max
Chain
Len
max
Curves
max
Total
Points
min
Conf
min
Cos
Link
neighbors
normals
positions
smooth
Iterations
Math3D Full Project API
Loading...