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