@Properties(inherit=liquidfun.class) public class b2DistanceOutput extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
b2DistanceOutput()
Default native constructor.
|
b2DistanceOutput(long size)
Native array allocator.
|
b2DistanceOutput(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
distance() |
b2DistanceOutput |
distance(float setter) |
int |
iterations()
number of GJK iterations used
|
b2DistanceOutput |
iterations(int setter) |
b2Vec2 |
pointA()
closest point on shapeA
|
b2DistanceOutput |
pointA(b2Vec2 setter) |
b2Vec2 |
pointB()
closest point on shapeB
|
b2DistanceOutput |
pointB(b2Vec2 setter) |
b2DistanceOutput |
position(long position) |
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, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic b2DistanceOutput()
public b2DistanceOutput(long size)
Pointer.position(long).public b2DistanceOutput(Pointer p)
Pointer.Pointer(Pointer).public b2DistanceOutput position(long position)
public b2DistanceOutput pointA(b2Vec2 setter)
public b2DistanceOutput pointB(b2Vec2 setter)
public b2DistanceOutput distance(float setter)
public b2DistanceOutput iterations(int setter)
Copyright © 2019. All rights reserved.