1
0
Fork 0
go-raytracer/math/transform.go
2025-06-08 15:51:07 +02:00

6 lines
61 B
Go

package math
type Transform struct {
Position
Direction
}