Skip to content

Commit 2b50fde

Browse files
author
Dr. Vortex
authored
Added Spherical typedoc comment
Former-commit-id: 1d10b75156dd77fd9452c462b835a62c0b2395a9
1 parent 5df5c84 commit 2b50fde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/dev/core/src/Maths/math.polar.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ export class Polar {
6666
}
6767
}
6868

69+
70+
/**
71+
* Class used for (radius, theta, phi) vector representation.
72+
*/
6973
export class Spherical {
7074
public radius: number;
7175
public theta: number;

0 commit comments

Comments
 (0)