Skip to content

Commit

Permalink
minor reformatting, see #109
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Feb 26, 2025
1 parent 3cb7f55 commit 778fc30
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions js/spin/model/ParticleWithSpin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,16 @@ export class ParticleWithSpin {

public speed = 1;

public constructor(
lifetime: number,
position: Vector2,
velocity: Vector2,
spinVectors: Vector2[],
isSpinUp: boolean[],
stageCompleted: boolean[],
startPosition: Vector2,
endPosition: Vector2,
offset: Vector2
) {
public constructor( lifetime: number,
position: Vector2,
velocity: Vector2,
spinVectors: Vector2[],
isSpinUp: boolean[],
stageCompleted: boolean[],
startPosition: Vector2,
endPosition: Vector2,
offset: Vector2 ) {

this.lifetime = lifetime;
this.velocity = velocity;
this.spinVectors = spinVectors;
Expand Down

0 comments on commit 778fc30

Please sign in to comment.