@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class Point3f extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Point3f() |
Point3f(float x,
float y,
float z) |
Point3f(long size)
Native array allocator.
|
Point3f(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Point3f |
getPointer(long i) |
Point3f |
position(long position) |
float |
x() |
Point3f |
x(float setter) |
float |
y() |
Point3f |
y(float setter) |
float |
z() |
Point3f |
z(float setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Point3f(Pointer p)
Pointer(Pointer).public Point3f(long size)
Pointer.position(long).public Point3f()
public Point3f(float x,
float y,
float z)
Copyright © 2021. All rights reserved.