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
1701fdfa
Commit
1701fdfa
authored
Mar 13, 2012
by
Ant01n3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More doc.
parent
c526c2c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
19 deletions
+16
-19
README
README
+0
-11
README.rst
README.rst
+15
-0
src/org/graphstream/boids/BoidCellData.java
src/org/graphstream/boids/BoidCellData.java
+1
-8
No files found.
README
deleted
100644 → 0
View file @
c526c2c0
_______ _______ ______ _______ _________ ______ _______
( ____ \ ____ \ ( ___ \( ___ )\__ __/( __ \( ____ \
| ( \/ ( \/ | ( ) ) ( ) | ) ( | ( \ ) ( \/
| | | (_____ _____| (__/ /| | | | | | | | ) | (_____
| | ____(_____ )_____) __ ( | | | | | | | | | |_____ )
| | \_ ) ) | | ( \ \| | | | | | | | ) | ) |
| (___) |\____) | | )___) ) (___) |___) (___| (__/ )\____) |
(_______)_______) |/ \___/(_______)\_______/(______/\_______)
--framework for boids simulation in GraphStream --
README.rst
0 → 100644
View file @
1701fdfa
_______ _______ ______ _______ _________ ______ _______
( ____ \ ____ \ ( ___ \( ___ )\__ __/( __ \( ____ \
| ( \/ ( \/ | ( ) ) ( ) | ) ( | ( \ ) ( \/
| | | (_____ _____| (__/ /| | | | | | | | ) | (_____
| | ____(_____ )_____) __ ( | | | | | | | | | |_____ )
| | \_ ) ) | | ( \ \| | | | | | | | ) | ) |
| (___) |\____) | | )___) ) (___) |___) (___| (__/ )\____) |
(_______)_______) |/ \___/(_______)\_______/(______/\_______)
A framework for boids simulation in GraphStream
===============================================
src/org/graphstream/boids/BoidCellData.java
View file @
1701fdfa
...
...
@@ -22,19 +22,14 @@ import org.miv.pherd.ntree.NTreeListener;
* @author Antoine Dutot
*/
public
class
BoidCellData
extends
BarycenterCellData
{
// Attributes
/** Direction. */
public
Vector3
dir
;
// Constructors
public
BoidCellData
()
{
super
();
dir
=
new
Vector3
(
0
,
0
,
0
);
}
// Access
public
Vector3
getDirection
()
{
return
dir
;
}
...
...
@@ -44,8 +39,6 @@ public class BoidCellData extends BarycenterCellData {
return
new
BoidCellData
();
}
// Commands
@Override
public
void
recompute
()
{
float
x
=
0
;
...
...
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