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