ObserverTargetPair class final
An observer and a target position, used in the LineOfSightParameters.
Each ObserverTargetPair defines a single line of sight.
- Implemented types
Constructors
- ObserverTargetPair({required LineOfSightPosition observerPosition, required LineOfSightPosition targetPosition})
-
An observer and target pair.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- observerPosition → LineOfSightPosition
-
Observer position for the LineOfSightParameters.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetPosition → LineOfSightPosition
-
Target position for the LineOfSightParameters.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited