@Properties(inherit=liquidfun.class) public class b2TimeStep extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
b2TimeStep()
Default native constructor.
|
b2TimeStep(long size)
Native array allocator.
|
b2TimeStep(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
dt() |
b2TimeStep |
dt(float setter) |
float |
dtRatio() |
b2TimeStep |
dtRatio(float setter) |
float |
inv_dt() |
b2TimeStep |
inv_dt(float setter) |
int |
particleIterations() |
b2TimeStep |
particleIterations(int setter) |
b2TimeStep |
position(long position) |
int |
positionIterations() |
b2TimeStep |
positionIterations(int setter) |
int |
velocityIterations() |
b2TimeStep |
velocityIterations(int setter) |
boolean |
warmStarting() |
b2TimeStep |
warmStarting(boolean 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, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic b2TimeStep()
public b2TimeStep(long size)
Pointer.position(long).public b2TimeStep(Pointer p)
Pointer.Pointer(Pointer).public b2TimeStep position(long position)
public b2TimeStep dt(float setter)
public b2TimeStep inv_dt(float setter)
public b2TimeStep dtRatio(float setter)
public b2TimeStep velocityIterations(int setter)
public b2TimeStep positionIterations(int setter)
public b2TimeStep particleIterations(int setter)
public b2TimeStep warmStarting(boolean setter)
Copyright © 2019. All rights reserved.