This website requires JavaScript.
Explore
Oven
Feed
Help
Sign In
ktyl
/
shmodot
Watch
1
Star
0
Fork
You've already forked shmodot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5ad70b3f9c
shmodot
/
scripts
/
orbits
/
ILocation.cs
7 lines
86 B
C#
Raw
Normal View
History
Unescape
Escape
implement ellipse move planet around ellipse adjust orbit speed
2022-09-04 12:35:13 +02:00
using
Vim.Math3d
;
draw circle
2022-08-31 22:18:47 +02:00
public
interface
ILocation
{
implement ellipse move planet around ellipse adjust orbit speed
2022-09-04 12:35:13 +02:00
DVector3
Position
{
get
;
set
;
}
draw circle
2022-08-31 22:18:47 +02:00
}