public final class PointDouble_
extends com.google.flatbuffers.Struct
| Modifier and Type | Class and Description |
|---|---|
static class |
PointDouble_.Vector |
| Constructor and Description |
|---|
PointDouble_() |
| Modifier and Type | Method and Description |
|---|---|
PointDouble_ |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static int |
createPointDouble_(com.google.flatbuffers.FlatBufferBuilder builder,
double x,
double y) |
double |
x() |
double |
y() |
public void __init(int _i,
ByteBuffer _bb)
public PointDouble_ __assign(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–2023. All rights reserved.