FieldOfView2D
class FieldOfView2D<T>(environment: Physics2DEnvironment<T>, owner: Node<T>, distance: Double, aperture: Double) : InfluenceSphere2D<T> (source)
A sphere of influence representing the sight of a node in the Euclidean world.
Parameters
environment
the environment where this sphere of influence is definedContent copied to clipboard
owner
the node that owns this sphere of influenceContent copied to clipboard
distance
the maximum sight distance in metersContent copied to clipboard
aperture
the amplitude of the field of view in radiansContent copied to clipboard
Type Parameters
T
the concentration typeContent copied to clipboard