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