Lines Matching defs:Vec3
38 type Vec3 struct { struct
39 _tab flatbuffers.Struct
42 func (rcv *Vec3) Init(buf []byte, i flatbuffers.UOffsetT) {
47 func (rcv *Vec3) Table() flatbuffers.Table {
51 func (rcv *Vec3) X() float32 {
54 func (rcv *Vec3) MutateX(n float32) bool {
58 func (rcv *Vec3) Y() float32 {
61 func (rcv *Vec3) MutateY(n float32) bool {
65 func (rcv *Vec3) Z() float32 {
68 func (rcv *Vec3) MutateZ(n float32) bool {
72 func (rcv *Vec3) Test1() float64 {
75 func (rcv *Vec3) MutateTest1(n float64) bool {
79 func (rcv *Vec3) Test2() Color {
82 func (rcv *Vec3) MutateTest2(n Color) bool {
86 func (rcv *Vec3) Test3(obj *Test) *Test {