示例#1
0
文件: gosgl.go 项目: rdterner/gosgl
func mid(v1 mathgl.Vec2d, v2 mathgl.Vec2d) mathgl.Vec2d {
	return v1.Add(v2).Mul(1 / 2.)
}