ArcDef

class ArcDef : Struct

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun __assign(_i: Int, _bb: ByteBuffer): ArcDef
Link copied to clipboard
open fun __init(_i: Int, _bb: ByteBuffer)
Link copied to clipboard
open fun __reset()
Resets internal state with a null ByteBuffer and a zero position.
Link copied to clipboard
open fun angleSize(): Float
Size of the arc measured in radians.
Link copied to clipboard
open fun createArcDef(builder: FlatBufferBuilder, startAngle: Float, angleSize: Float, innerRadius: Float, outerRadius: Float, numSamples: Int): Int
Link copied to clipboard
open fun innerRadius(): Float
Inner radius of the arc.
Link copied to clipboard
open fun numSamples(): Int
Number of samples used for drawing the arc.
Link copied to clipboard
open fun outerRadius(): Float
Outer radius of the arc.
Link copied to clipboard
open fun startAngle(): Float
The angle (in radians) in which the start of the arc should be poised at.