@ujjwalvivek/tinyts
Demos + Examples
Preparing search index...
index
SweepResult
Interface SweepResult
Result of a swept collision test.
interface
SweepResult
{
normal
:
Vec2
;
t
:
number
;
}
Index
Properties
normal
t
Properties
normal
normal
:
Vec2
Surface normal at impact.
t
t
:
number
Time of first impact in [0, 1].
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
normal
t
Demos + Examples
@ujjwalvivek/tinyts
Loading...
Result of a swept collision test.