Math3D Full Project API
Preparing search index...
renderer/src/components/CurveViewer
CurveViewerGlyph
Type Alias CurveViewerGlyph
type
CurveViewerGlyph
=
{
binormal
?:
CurveViewerVec3
|
null
;
normal
?:
CurveViewerVec3
|
null
;
point
:
CurveViewerVec3
;
tangent
?:
CurveViewerVec3
|
null
;
}
Index
Properties
binormal?
normal?
point
tangent?
Properties
Optional
binormal
binormal
?:
CurveViewerVec3
|
null
Optional
normal
normal
?:
CurveViewerVec3
|
null
point
point
:
CurveViewerVec3
Optional
tangent
tangent
?:
CurveViewerVec3
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
binormal
normal
point
tangent
Math3D Full Project API
Loading...