Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.19
🏠 Live Game
📦 npm Package
📦 GitHub
🛡️ ISMS
Preparing search index...
blacktrigram
PhysicsSystemInterface
Interface PhysicsSystemInterface
interface
PhysicsSystemInterface
{
addEntity
:
(
entityId
:
string
,
config
:
PhysicsEntityConfig
)
=>
void
;
applyForce
:
(
entityId
:
string
,
force
:
Velocity
)
=>
void
;
checkCollision
:
(
entityIdA
:
string
,
entityIdB
:
string
,
)
=>
CollisionData
|
null
;
getEntityState
:
(
entityId
:
string
)
=>
PhysicsEntityState
|
undefined
;
removeEntity
:
(
entityId
:
string
)
=>
void
;
update
:
(
deltaTime
:
number
)
=>
void
;
}
Index
Properties
add
Entity
apply
Force
check
Collision
get
Entity
State
remove
Entity
update
Properties
add
Entity
addEntity
:
(
entityId
:
string
,
config
:
PhysicsEntityConfig
)
=>
void
apply
Force
applyForce
:
(
entityId
:
string
,
force
:
Velocity
)
=>
void
check
Collision
checkCollision
:
(
entityIdA
:
string
,
entityIdB
:
string
)
=>
CollisionData
|
null
get
Entity
State
getEntityState
:
(
entityId
:
string
)
=>
PhysicsEntityState
|
undefined
remove
Entity
removeEntity
:
(
entityId
:
string
)
=>
void
update
update
:
(
deltaTime
:
number
)
=>
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Entity
apply
Force
check
Collision
get
Entity
State
remove
Entity
update
🏛️ Architecture
🔒 Security Architecture
🛡️ Threat Model
📊 Data Model
🎮 Combat Architecture
🔄 Flowchart
📈 State Diagram
🧠 Mindmap
💼 SWOT Analysis
🚀 Future Architecture
🔮 Future Security
🔮 Future Threat Model
🔮 Future Data Model
🔮 Future Workflows
📋 CRA Assessment
📚 ISMS Mapping
🔐 Controls
💰 Financial Security
📋 BCP Plan
🏁 End-of-Life Strategy
📗 Workflows
🗺️ Roadmap
📋 Secure Dev Policy
📖 Open Source Policy
🏠 Live Game
📦 npm Package
📦 GitHub
🛡️ ISMS
Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.19
Loading...