GoudEngine TypeScript SDK
Preparing search index...
types/engine.g
IContact
Interface IContact
Collision contact point information
interface
IContact
{
normalX
:
number
;
normalY
:
number
;
penetration
:
number
;
pointX
:
number
;
pointY
:
number
;
}
Index
Properties
normal
X
normal
Y
penetration
point
X
point
Y
Properties
normal
X
normalX
:
number
normal
Y
normalY
:
number
penetration
penetration
:
number
point
X
pointX
:
number
point
Y
pointY
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
normal
X
normal
Y
penetration
point
X
point
Y
GoudEngine TypeScript SDK
Loading...
Collision contact point information