@Namespace(value="rs") @Properties(inherit=RealSense.class) public class intrinsics extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
intrinsics()
Default native constructor.
|
intrinsics(long size)
Native array allocator.
|
intrinsics(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float3 |
deproject_from_texcoord(float2 coord,
float depth) |
float3 |
deproject(float2 pixel,
float depth) |
boolean |
equals(intrinsics r) |
float |
hfov() |
int |
model() |
float2 |
pixel_to_texcoord(float2 pixel) |
intrinsics |
position(long position) |
float2 |
project_to_texcoord(float3 point) |
float2 |
project(float3 point) |
float2 |
texcoord_to_pixel(float2 coord) |
float |
vfov() |
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 intrinsics()
public intrinsics(long size)
Pointer.position(long).public intrinsics(Pointer p)
Pointer.Pointer(Pointer).Copyright © 2019. All rights reserved.