Math3D Full Project API
Preparing search index...
renderer/src/math/rotationalSurface
buildRotationalSurfaceEvaluator
Function buildRotationalSurfaceEvaluator
buildRotationalSurfaceEvaluator
(
surfaceId
:
ParamSurfaceId
,
settings
?:
RotationalProfileSettings
,
)
:
(
(
u
:
number
,
v
:
number
)
=>
{
x
:
number
;
y
:
number
;
z
:
number
}
)
|
null
Parameters
surfaceId
:
ParamSurfaceId
Optional
settings
:
RotationalProfileSettings
Returns (
(
u
:
number
,
v
:
number
)
=>
{
x
:
number
;
y
:
number
;
z
:
number
}
)
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Math3D Full Project API
Loading...