8 lines
52 B
Go
8 lines
52 B
Go
|
package gx
|
||
|
|
||
|
type Ray struct {
|
||
|
P Point
|
||
|
V Vector
|
||
|
}
|
||
|
|