Graphora API
Preparing search index...
@graphora/renderer
MissPickResult
Interface MissPickResult
interface
MissPickResult
{
distance
?:
number
;
screenPoint
:
ScreenPoint
;
type
:
"miss"
;
worldPoint
:
WorldPoint
;
}
Hierarchy (
View Summary
)
PickResultBase
MissPickResult
Index
Properties
distance?
screen
Point
type
world
Point
Properties
Optional
Readonly
distance
distance
?:
number
Readonly
screen
Point
screenPoint
:
ScreenPoint
Readonly
type
type
:
"miss"
Readonly
world
Point
worldPoint
:
WorldPoint
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
distance
screen
Point
type
world
Point
Graphora API
Loading...