public final class PointFloat_
extends com.google.flatbuffers.Struct
| Constructor and Description |
|---|
PointFloat_() |
| Modifier and Type | Method and Description |
|---|---|
PointFloat_ |
__init(int _i,
ByteBuffer _bb) |
static int |
createPointFloat_(com.google.flatbuffers.FlatBufferBuilder builder,
float x,
float y) |
float |
x() |
float |
y() |
public PointFloat_ __init(int _i, ByteBuffer _bb)
public float x()
public float y()
public static int createPointFloat_(com.google.flatbuffers.FlatBufferBuilder builder,
float x,
float y)
Copyright © 2013–2018. All rights reserved.