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