dim manager test 2
This commit is contained in:
@ -56,4 +56,4 @@ func (s Sphere[I, V]) Union(other Sphere[I, V]) Sphere[I, V] {
|
||||
R: d + s.R + other.R,
|
||||
}
|
||||
}
|
||||
func (s Sphere[I, V]) Surface() I { return I(2 * math.Pi * s.R) }
|
||||
func (s Sphere[I, V]) Surface() I { return 2 * math.Pi * s.R }
|
||||
|
Reference in New Issue
Block a user