Removing backticks
This commit is contained in:
parent
f3377bb16f
commit
966150a856
|
@ -181,7 +181,7 @@ func Lerp(a, b Vec, t float64) Vec {
|
||||||
return a.Scaled(1 - t).Add(b.Scaled(t))
|
return a.Scaled(1 - t).Add(b.Scaled(t))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Line is a 2D line segment, between points `A` and `B`.
|
// Line is a 2D line segment, between points A and B.
|
||||||
type Line struct {
|
type Line struct {
|
||||||
A, B Vec
|
A, B Vec
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue