public class int4 extends BulletBase
className| Constructor and Description |
|---|
int4() |
int4(int _x,
int _y,
int _z,
int _w) |
int4(long cPtr,
boolean cMemoryOwn)
Construct a new int4, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(int4 obj) |
int |
getW() |
int |
getX() |
int |
getY() |
int |
getZ() |
SWIGTYPE_p_int |
operatorSubscript(int i) |
int |
operatorSubscriptConst(int i) |
void |
setW(int value) |
void |
setX(int value) |
void |
setY(int value) |
void |
setZ(int value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic int4(long cPtr,
boolean cMemoryOwn)
public int4()
public int4(int _x,
int _y,
int _z,
int _w)
public static long getCPtr(int4 obj)
public void setX(int value)
public int getX()
public void setY(int value)
public int getY()
public void setZ(int value)
public int getZ()
public void setW(int value)
public int getW()
public int operatorSubscriptConst(int i)
public SWIGTYPE_p_int operatorSubscript(int i)
Copyright © 2021. All rights reserved.