Math3D Full Project API
Preparing search index...
renderer/src/math/sampling/surfaceSampling
SurfaceSample
Type Alias SurfaceSample
type
SurfaceSample
=
{
id
:
number
;
meshKey
?:
string
;
meta
?:
{
surfaceKind
?:
"graph"
|
"implicit"
|
"param"
|
"weierstrass"
}
;
normal
:
THREE.Vector3
;
position
:
THREE.Vector3
;
uv
?:
{
u
:
number
;
v
:
number
}
;
vertexIndex
?:
number
;
}
Index
Properties
id
mesh
Key?
meta?
normal
position
uv?
vertex
Index?
Properties
id
id
:
number
Optional
mesh
Key
meshKey
?:
string
Optional
meta
meta
?:
{
surfaceKind
?:
"graph"
|
"implicit"
|
"param"
|
"weierstrass"
}
normal
normal
:
THREE.Vector3
position
position
:
THREE.Vector3
Optional
uv
uv
?:
{
u
:
number
;
v
:
number
}
Optional
vertex
Index
vertexIndex
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
mesh
Key
meta
normal
position
uv
vertex
Index
Math3D Full Project API
Loading...