Class Vec3
- java.lang.Object
 - 
- com.google.flatbuffers.Struct
 - 
- com.google.ar.sceneform.lullmodel.Vec3
 
 
 
- 
public final class Vec3 extends Struct
 
- 
- 
Constructor Summary
Constructors Constructor Description Vec3() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Vec3__assign(int _i, java.nio.ByteBuffer _bb)void__init(int _i, java.nio.ByteBuffer _bb)static intcreateVec3(FlatBufferBuilder builder, float x, float y, float z)floatx()floaty()floatz() 
 - 
 
- 
- 
Method Detail
- 
__init
public void __init(int _i, java.nio.ByteBuffer _bb) 
- 
__assign
public Vec3 __assign(int _i, java.nio.ByteBuffer _bb)
 
- 
x
public float x()
 
- 
y
public float y()
 
- 
z
public float z()
 
- 
createVec3
public static int createVec3(FlatBufferBuilder builder, float x, float y, float z)
 
 - 
 
 -