3 package grl.flatbuffer;
8 import com.google.flatbuffers.*;
10 @SuppressWarnings(
"unused")
12 public Vector3d __init(
int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb;
return this; }
14 public double x() {
return bb.getDouble(bb_pos + 0); }
15 public double y() {
return bb.getDouble(bb_pos + 8); }
16 public double z() {
return bb.getDouble(bb_pos + 16); }
23 return builder.offset();
static int createVector3d(FlatBufferBuilder builder, double x, double y, double z)
Vector3d __init(int _i, ByteBuffer _bb)