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
f84449d4e6
shmodot
/
scripts
/
orbits
/
ILocation.cs
7 lines
86 B
C#
Raw
Normal View
History
Unescape
Escape
move planet around ellipse
2022-09-05 01:46:18 +02:00
using
Vim.Math3d
;
draw circle
2022-08-31 22:18:47 +02:00
public
interface
ILocation
{
move planet around ellipse
2022-09-05 01:46:18 +02:00
DVector3
Position
{
get
;
set
;
}
draw circle
2022-08-31 22:18:47 +02:00
}