Math3D Full Project API
Preparing search index...
renderer/src/math/sampling/surfaceSampling
SurfaceSampleSet
Type Alias SurfaceSampleSet
type
SurfaceSampleSet
=
{
bbox
?:
THREE.Box3
;
center
?:
THREE.Vector3
;
curvatures
?:
{
H
:
Float32Array
;
K
:
Float32Array
;
k1
:
Float32Array
;
k2
:
Float32Array
;
}
;
meshData
?:
{
indices
:
ArrayLike
<
number
>
|
null
;
key
:
string
;
positions
:
Float32Array
;
}
[]
;
samples
:
SurfaceSample
[]
;
}
Index
Properties
bbox?
center?
curvatures?
mesh
Data?
samples
Properties
Optional
bbox
bbox
?:
THREE.Box3
Optional
center
center
?:
THREE.Vector3
Optional
curvatures
curvatures
?:
{
H
:
Float32Array
;
K
:
Float32Array
;
k1
:
Float32Array
;
k2
:
Float32Array
;
}
Optional
mesh
Data
meshData
?:
{
indices
:
ArrayLike
<
number
>
|
null
;
key
:
string
;
positions
:
Float32Array
;
}
[]
samples
samples
:
SurfaceSample
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bbox
center
curvatures
mesh
Data
samples
Math3D Full Project API
Loading...