PhysicalProperty

interface PhysicalProperty<T, P : Position<P>, Vector<P>, A : GeometricTransformation<P>, F : GeometricShapeFactory<P, A>> : NodeProperty<T>

A node's capability to experience physical forces.

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>

Properties

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

Inheritors

Link copied to clipboard