Home
last modified time | relevance | path

Searched refs:MutateY (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DVec3.cs21 public void MutateY(float y) { __p.bb.PutFloat(__p.bb_pos + 4, y); } in MutateY() method
DVec3.go32 func (rcv *Vec3) MutateY(n float32) bool { func
/external/flatbuffers/tests/
Dgo_test.go344 testcase{"Pos.Y", func() bool { return monster.Pos(nil).MutateY(20.0) }},
409 monster.Pos(nil).MutateY(2.0)