Skip to content

Commit

Permalink
export Shape.S
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegt committed May 20, 2022
1 parent 9b9df3d commit 67bd34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shape.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

type Shape struct {
s sdf.SDF3
S sdf.SDF3
}

func (in Shape) Translate(x, y, z float64) (out Shape) {
Expand Down

0 comments on commit 67bd34f

Please sign in to comment.