Influence Sphere2D
open class InfluenceSphere2D<T>(environment: Physics2DEnvironment<T>, owner: Node<T>, shape: Euclidean2DShape) : InfluenceSphere<T>
A sphere of influence in the Euclidean world.
Parameters
environment
the environment where this sphere of influence is.
Content copied to clipboard
owner
the node who owns this sphere of influence.
Content copied to clipboard
shape
the shape of this sphere of influence
Content copied to clipboard