Searched refs:MutateZ (Results 1 – 5 of 5) sorted by relevance
23 public void MutateZ(float z) { __p.bb.PutFloat(__p.bb_pos + 8, z); } in MutateZ() method
39 func (rcv *Vec3) MutateZ(n float32) bool { func
82 monster.Pos().MutateZ(4)
2819 monster.Pos.MutateZ(4); // Set struct field.
345 testcase{"Pos.Z", func() bool { return monster.Pos(nil).MutateZ(30.0) }},410 monster.Pos(nil).MutateZ(3.0)