Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gs-boids
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
graphstream
gs-boids
Commits
f4442eb1
Commit
f4442eb1
authored
Apr 12, 2012
by
Ant01n3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OK.
parent
cfc6e90b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
src/org/graphstream/boids/BoidForcesFactory.java
src/org/graphstream/boids/BoidForcesFactory.java
+3
-7
No files found.
src/org/graphstream/boids/BoidForcesFactory.java
View file @
f4442eb1
...
...
@@ -52,12 +52,8 @@ public interface BoidForcesFactory {
/**
* Resize the space.
*
* @param minx
* @param miny
* @param minz
* @param maxx
* @param maxy
* @param maxz
* @param low the new lowest point.
* @param high the new highest point.
*/
void
resize
(
Point3
low
,
Point3
high
);
...
...
@@ -65,4 +61,4 @@ public interface BoidForcesFactory {
* Terminate all operations.
*/
void
end
();
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment