@Properties(inherit=liquidfun.class) public class b2ContactFeature extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
e_face
enum b2ContactFeature::Type
|
static int |
e_vertex
enum b2ContactFeature::Type
|
| Constructor and Description |
|---|
b2ContactFeature()
Default native constructor.
|
b2ContactFeature(long size)
Native array allocator.
|
b2ContactFeature(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
short |
indexA()
Feature index on shapeA
|
b2ContactFeature |
indexA(short setter) |
short |
indexB()
Feature index on shapeB
|
b2ContactFeature |
indexB(short setter) |
b2ContactFeature |
position(long position) |
short |
typeA()
The feature type on shapeA
|
b2ContactFeature |
typeA(short setter) |
short |
typeB()
The feature type on shapeB
|
b2ContactFeature |
typeB(short setter) |
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 static final int e_vertex
public static final int e_face
public b2ContactFeature()
public b2ContactFeature(long size)
Pointer.position(long).public b2ContactFeature(Pointer p)
Pointer.Pointer(Pointer).public b2ContactFeature position(long position)
public b2ContactFeature indexA(short setter)
public b2ContactFeature indexB(short setter)
public b2ContactFeature typeA(short setter)
public b2ContactFeature typeB(short setter)
Copyright © 2019. All rights reserved.