Skip to content

Commit

Permalink
Added Spherical typedoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre authored Sep 8, 2022
1 parent 18bccec commit 932d6a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/dev/core/src/Maths/math.polar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ export class Polar {
}
}


/**
* Class used for (radius, theta, phi) vector representation.
*/
export class Spherical {
public radius: number;
public theta: number;
Expand Down

0 comments on commit 932d6a8

Please sign in to comment.