reng v0.5.2 (2022-02-23T23:26:22Z)
Dub
Repo
Orbit
comp
orbit
Undocumented in source.
class
Orbit : Component, Updatable {
float
angle
;
float
speed
;
float
radius
;
Vector3
center
;
this
(Vector3 center, float radius, float speed, float initial_angle);
void
update
();
}
Constructors
this
this
(Vector3 center, float radius, float speed, float initial_angle)
Undocumented in source.
Members
Functions
update
void
update
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
angle
float
angle
;
Undocumented in source.
center
Vector3
center
;
Undocumented in source.
radius
float
radius
;
Undocumented in source.
speed
float
speed
;
Undocumented in source.
Meta
Source
See Implementation
comp
orbit
classes
Orbit