dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Dangerous "reset".
Normand Briere
2019-11-07
f868664f7e7626f651e6ade9c9f6863851ef43b7
[~nbriere/GrafreeD.git]
/
BezierElement.java
1
2
3
4
5
6
7
8
interface BezierElement
{
public int GetDepth();
public void SetDepth(int d);
public void recalculate();
}