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