File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ Grape supports localization features. You can localize the labels in the graph v
62
62
* `` ManyBodyForce ``
63
63
* `` PositionForce ``
64
64
* `` RadialForce ``
65
- * `` SealedForceDescriptor2D ``
66
- * `` SealForceDescriptor2DBuilder ``
65
+ * `` SealedForceDescriptor ``
66
+ * `` SealedForceDescriptorBuilder ``
67
67
68
68
### Decorating marks
69
69
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public struct GraphProxy {
12
12
}
13
13
14
14
@inlinable
15
- public init ( ) {
15
+ init ( ) {
16
16
self . storage = nil
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ where NodeID == Content.NodeID {
69
69
/// the simulation updates, and the actual frame rate may be different.
70
70
/// - graph: The graph content. The `ForceDirectedGraph` will observe the changes of the graph content
71
71
/// and try to update the elements with minimal changes across the parameter updates.
72
- /// - force : The forces to be applied to the graph.
72
+ /// - buildForce : The forces to be applied to the graph.
73
73
/// - emittingNewNodesWithStates: Tells the simulation where to place the new nodes and provide their
74
74
/// initial kinetic states. This is only applied on the new nodes that is not seen before when the
75
75
/// graph is created (or updated).
You can’t perform that action at this time.
0 commit comments