public final class BoxFloat_
extends com.google.flatbuffers.Struct
Modifier and Type | Class and Description |
---|---|
static class |
BoxFloat_.Vector |
Constructor and Description |
---|
BoxFloat_() |
Modifier and Type | Method and Description |
---|---|
BoxFloat_ |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static int |
createBoxFloat_(com.google.flatbuffers.FlatBufferBuilder builder,
float minX,
float minY,
float maxX,
float maxY) |
float |
maxX() |
float |
maxY() |
float |
minX() |
float |
minY() |
public void __init(int _i, ByteBuffer _bb)
public BoxFloat_ __assign(int _i, ByteBuffer _bb)
public float minX()
public float minY()
public float maxX()
public float maxY()
public static int createBoxFloat_(com.google.flatbuffers.FlatBufferBuilder builder, float minX, float minY, float maxX, float maxY)
Copyright © 2013–2024. All rights reserved.