Home
last modified time | relevance | path

Searched defs:MutateZ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DVec3.cs24 public void MutateZ(float z) { __p.bb.PutFloat(__p.bb_pos + 8, z); } in MutateZ() method
H A DVec3.go68 func (rcv *Vec3) MutateZ(n float32) bool { func