PhysicalProperty

A node's capability to experience physical forces.

Inheritors

Properties

Link copied to clipboard
abstract val node: Node<T>

Functions

Link copied to clipboard
abstract fun cloneOnNewNode(node: Node<T>): NodeProperty<T>
Link copied to clipboard
abstract fun physicalForces(environment: PhysicsEnvironment<T, P, A, F>): List<P>