Math3D Full Project API
Preparing search index...
renderer/src/components/CurveViewer
CurveViewerProps
Type Alias CurveViewerProps
type
CurveViewerProps
=
{
closed
?:
boolean
;
dimension
:
2
|
3
;
frameGlyphs
?:
CurveViewerGlyph
[]
;
frameScale
?:
number
;
probeGlyph
?:
CurveViewerGlyph
|
null
;
resetToken
?:
number
;
samples
:
CurveViewerVec3
[]
;
showBinormal
?:
boolean
;
showNormal
?:
boolean
;
showTangent
?:
boolean
;
}
Index
Properties
closed?
dimension
frame
Glyphs?
frame
Scale?
probe
Glyph?
reset
Token?
samples
show
Binormal?
show
Normal?
show
Tangent?
Properties
Optional
closed
closed
?:
boolean
dimension
dimension
:
2
|
3
Optional
frame
Glyphs
frameGlyphs
?:
CurveViewerGlyph
[]
Optional
frame
Scale
frameScale
?:
number
Optional
probe
Glyph
probeGlyph
?:
CurveViewerGlyph
|
null
Optional
reset
Token
resetToken
?:
number
samples
samples
:
CurveViewerVec3
[]
Optional
show
Binormal
showBinormal
?:
boolean
Optional
show
Normal
showNormal
?:
boolean
Optional
show
Tangent
showTangent
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
closed
dimension
frame
Glyphs
frame
Scale
probe
Glyph
reset
Token
samples
show
Binormal
show
Normal
show
Tangent
Math3D Full Project API
Loading...