Preparing search index...
The search index is not available
react-optics-diagrams
react-optics-diagrams
FieldSpec
Interface FieldSpec
A field specification defines properties of sources used in a ray trace.
interface
FieldSpec
{
type
:
"angle"
|
"point source"
;
units
:
string
;
value
:
number
;
}
Hierarchy (
View Summary
)
SystemSpec
FieldSpec
Index
Properties
type
units
value
Properties
type
type
:
"angle"
|
"point source"
The type of field spec.
units
units
:
string
value
value
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
units
value
react-optics-diagrams
Loading...
A field specification defines properties of sources used in a ray trace.