|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcrystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.csgeom.clip2d.csVertexStatus
The clipper can output additional information about each vertex in output polygon. This is used for generating U/V/Z values and so on, if they are needed.
Field Summary |
Fields inherited from class crystalspace.jbind.impl.csNativeObject |
ImplFactory, nPointer |
Constructor Summary | |
csVertexStatus()
|
|
csVertexStatus(iPointer nPointer)
|
Method Summary | |
protected boolean |
isNativePointerValidSafe(long nPointer)
|
protected void |
nDelete(long pointer)
|
float |
pos()
Additional information for CS_VERTEX_ONEDGE (0..1, the 't' parameter). |
void |
pos(float p)
Additional information for CS_VERTEX_ONEDGE (0..1, the 't' parameter). |
short |
type()
The type of vertex. |
void |
type(short t)
The type of vertex. |
short |
vertex()
Original vertex number (for CS_VERTEX_ORIGINAL and CS_VERTEX_ONEDGE). |
void |
vertex(short v)
Original vertex number (for CS_VERTEX_ORIGINAL and CS_VERTEX_ONEDGE). |
Methods inherited from class crystalspace.jbind.impl.csNativeObject |
changePointer, equals, finalize, getPointer, getPointer, getPointerArray, hashCode, isMemoryOwner, isNativePointerValid, newNativeObject, setMemoryOwner, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public csVertexStatus(iPointer nPointer)
nPointer
- public csVertexStatus()
Method Detail |
protected void nDelete(long pointer)
nDelete
in class csNativeObject
csNativeObject.nDelete(long)
protected boolean isNativePointerValidSafe(long nPointer)
isNativePointerValidSafe
in class csNativeObject
crystalspace.jbind.impl.csNativeObject#isNativePointerValidSafe()
public final float pos()
public final void pos(float p)
p
- public final short type()
public final void type(short t)
t
- public final short vertex()
public final void vertex(short v)
v
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |