crystalspace.jbind.impl.csgeom.frustum
Class csClipInfo
java.lang.Object
crystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.csgeom.frustum.csClipInfo
- All Implemented Interfaces:
- iPointer
- public class csClipInfo
- extends csNativeObject
Structure for use with ClipToPlane. This structure is used in addition to a
vertex to give additional information about how to interpolate additional
information that goes with the vertex.
- Author:
- Java wrapper - Quentin Anciaux, c++ version -
http://crystal.sourceforge.net/docs/online/pubapi/structcsClipInfo.php
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 |
csClipInfo
public csClipInfo(iPointer nPointer)
- Parameters:
nPointer
-
csClipInfo
public csClipInfo()
nDelete
protected void nDelete(long pointer)
- Specified by:
nDelete
in class csNativeObject
- See Also:
csNativeObject.nDelete(long)
isNativePointerValidSafe
protected boolean isNativePointerValidSafe(long pointer)
- Specified by:
isNativePointerValidSafe
in class csNativeObject
- See Also:
csNativeObject.isNativePointerValidSafe(long)
copy
public void copy(csClipInfo other)
- Copy the information from another clipinfo instance to this one.
Definition at line 73 of file frustum.h. References inside, onedge,
original, and type.
- Parameters:
other
-
move
public void move(csClipInfo other)
- Move the information from another clipinfo instance to this one.
Definition at line 93 of file frustum.h. References inside, onedge,
original, and type.
- Parameters:
other
-