@Namespace(value="rs") public static class RealSense.float3 extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
float3()
Default native constructor.
|
float3(long size)
Native array allocator.
|
float3(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RealSense.float3 |
position(long position) |
float |
x() |
RealSense.float3 |
x(float x) |
float |
y() |
RealSense.float3 |
y(float y) |
float |
z() |
RealSense.float3 |
z(float z) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic float3()
public float3(long size)
Pointer.position(long).public float3(Pointer p)
Pointer.Pointer(Pointer).public RealSense.float3 position(long position)
public float x()
public RealSense.float3 x(float x)
public float y()
public RealSense.float3 y(float y)
public float z()
public RealSense.float3 z(float z)
Copyright © 2019. All rights reserved.