This website works better with JavaScript.
Explore
Help
Sign In
Unbewohnte
/
cloth_simulation
Watch
1
Star
0
Fork
You've already forked cloth_simulation
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5
Commits
1
Branch
0
Tags
6.1 MiB
Tree:
c7a7d65ad2
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c7a7d65ad2'
${ noResults }
cloth_simulation
/
src
/
connection.hpp
8 lines
88 B
Raw
Normal View
History
Unescape
Escape
base
3 years ago
#
pragma once
#
include
"point.hpp"
struct
Connection
{
Point
&
p0
;
Point
&
p1
;
}
;