Skip to main content

Point3Buffer

Complete API reference for Point3Buffer, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Vector

Component: no


public class Point3Buffer

Constructors

SignatureDescription
Point3Buffer(Point3Buffer)Executes Point3Buffer and returns after the underlying engine call finishes.
Point3Buffer(Engine)Executes Point3Buffer and returns after the underlying engine call finishes.
Point3Buffer(int)Creates a new instance of Point3Buffer.
Point3Buffer(NativeIntBuffer)Creates a new instance of Point3Buffer.

Attributes

NameTypeDescription
bufferPoint3BufferRepresents the buffer value stored on this instance. Read or assign to update the property.

Methods

SignatureReturnsDescription
get(int)Point3Returns the current value.
getX(int)floatReturns the current x.
getY(int)floatReturns the current y.
getZ(int)floatReturns the current z.
put(Point3)voidSets or updates the the value.
put(int, int, int)voidSets or updates the the value.
set(int, Point3)voidSets or updates the the value.
set(int, int, int, int)voidSets or updates the the value.
capacity()intExecutes capacity and returns after the underlying engine call finishes.
array()Point3[]Executes array and returns after the underlying engine call finishes.
position(int)voidPerforms the position operation using the provided parameters (idx).
getFloatBuffer()JAVARuntime.NativeIntBufferReturns the current float buffer.