@Properties(inherit=RealSense.class) public class rs_extrinsics extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
rs_extrinsics()
Default native constructor.
|
rs_extrinsics(long size)
Native array allocator.
|
rs_extrinsics(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
rs_extrinsics |
position(long position) |
FloatPointer |
rotation() |
float |
rotation(int i)
Column-major 3x3 rotation matrix
|
rs_extrinsics |
rotation(int i,
float setter) |
FloatPointer |
translation() |
float |
translation(int i)
Three-element translation vector, in meters
|
rs_extrinsics |
translation(int i,
float setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic rs_extrinsics()
public rs_extrinsics(long size)
Pointer.position(long).public rs_extrinsics(Pointer p)
Pointer.Pointer(Pointer).public rs_extrinsics position(long position)
public float rotation(int i)
public rs_extrinsics rotation(int i, float setter)
@MemberGetter public FloatPointer rotation()
public float translation(int i)
public rs_extrinsics translation(int i, float setter)
@MemberGetter public FloatPointer translation()
Copyright © 2020. All rights reserved.