Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
value class RapierColliderKey(val handle: ArenaKey) : ColliderKey
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
value class RapierImpulseJointKey(val handle: ArenaKey) : ImpulseJointKey
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class RapierNative
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
value class RapierRigidBodyKey(val handle: ArenaKey) : RigidBodyKey
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun RAabb.toAabb(): DAabb3
Link copied to clipboard
fun DVec3.toAngVector(): AngVector
Link copied to clipboard
fun Isometry.toIso(): DIso3
Link copied to clipboard
fun DIso3.toIsometry(): Isometry
Link copied to clipboard
fun VhacdSettings.toParams(): VHACDParameters
Link copied to clipboard
fun Rotation.toQuat(): DQuat
Link copied to clipboard
fun DAabb3.toRapier(): Aabb
fun DRay3.toRapier(): Ray
fun CoeffCombineRule.toRapier(): CoefficientCombineRule
fun InteractionGroup.toRapier(): InteractionGroups
fun RigidBodyType.toRapier(): RigidBodyType
fun PhysicsQuery.Filter.toRapier(space: RapierSpace): QueryFilter
Link copied to clipboard
fun RigidBodyType.toRattle(): RigidBodyType
fun CoefficientCombineRule.toRattle(): CoeffCombineRule
fun InteractionGroups.toRattle(): InteractionGroup
fun ComplexPointProject.toRattle(): PhysicsQuery.PointProject
fun ComplexRayResult.toRattle(): PhysicsQuery.RayCast
Link copied to clipboard
fun RRay.toRay(): DRay3
Link copied to clipboard
fun DQuat.toRotation(): Rotation
Link copied to clipboard
fun AngVector.toVec(): DVec3
fun Vector.toVec(): DVec3
Link copied to clipboard
fun DVec3.toVector(): Vector
Link copied to clipboard
fun <T : Droppable, R> T.use(block: (T) -> R): R