Star class
🌠 Star Represents a Star
We only track X/Y/Z The star itself is immutable
We are the ones that travel in this calculation.
Constructors
- Star()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- x → double
-
x Coord of a random star (-0.5->0.5 means less transforms later)
final
- y → double
-
y coord of a random star (-0.5->0.5 means less transforms later)
final
- z → double
-
z coord of a random star
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
project(
double time, Matrix4 perspective) → Offset - 🌐 Project(time, perspective)
-
toString(
) → String -
A string representation of this object.
inherited
-
zForTime(
double time) → double - 🌐 zForTime(time)
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited