All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.de.fabmax.kool.physics.articulations.ArticulationLink.kt Maven / Gradle / Ivy

There is a newer version: 0.15.1
Show newest version
package de.fabmax.kool.physics.articulations

import de.fabmax.kool.physics.RigidBody

interface ArticulationLink : RigidBody {
    val children: List

    val inboundJoint: ArticulationJoint?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy