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