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