Point3Buffer
Complete API reference for Point3Buffer, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Vector
Component: no
public class Point3Buffer
Constructors
| Signature | Description |
|---|---|
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
| Name | Type | Description |
|---|---|---|
buffer | Point3Buffer | Represents the buffer value stored on this instance. Read or assign to update the property. |
Methods
| Signature | Returns | Description |
|---|---|---|
get(int) | Point3 | Returns the current value. |
getX(int) | float | Returns the current x. |
getY(int) | float | Returns the current y. |
getZ(int) | float | Returns the current z. |
put(Point3) | void | Sets or updates the the value. |
put(int, int, int) | void | Sets or updates the the value. |
set(int, Point3) | void | Sets or updates the the value. |
set(int, int, int, int) | void | Sets or updates the the value. |
capacity() | int | Executes capacity and returns after the underlying engine call finishes. |
array() | Point3[] | Executes array and returns after the underlying engine call finishes. |
position(int) | void | Performs the position operation using the provided parameters (idx). |
getFloatBuffer() | JAVARuntime.NativeIntBuffer | Returns the current float buffer. |