BB.Dsl.Dynamics (bb v0.2.1)

View Source

Specifies physical properties of the joint. These values are used to specify modeling properties of the joint, particularly useful for simulation

Summary

Types

t()

@type t() :: %BB.Dsl.Dynamics{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  damping: nil | Cldr.Unit.t(),
  friction: nil | Cldr.Unit.t()
}