Pinned Loading
-
Koch snowflake, processing.py
Koch snowflake, processing.py 1class Koch:
2def __init__(self,start,end):
3v = end.copy().sub(start)
4v.div(3)
5 -
DigitalHolography
DigitalHolography PublicOpenCV, CUDA, light propagation, digital holography reconstruction, phase unwrapping
-
-
Dottenator3000
Dottenator3000 1class Ball:
2def __init__(self, pos=PVector(0,0), vel=PVector(0,0), acc=PVector(0,0), r=5):
3self.pos=pos
4self.vel=vel
5self.acc=acc
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.