Example #1
0
func vector2yyy(v *vect.Imp) {
	//
	for i := 0; i < 3; i++ {
		yyy[i] = C.GLdouble(v.Coord(spc.Direction(i)))
	}
}