crystalspace.jbind.impl.csgeom.frustum
Class csClipInfo

java.lang.Object
  extended bycrystalspace.jbind.impl.csNativeObject
      extended bycrystalspace.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

Field Summary
 
Fields inherited from class crystalspace.jbind.impl.csNativeObject
ImplFactory, nPointer
 
Constructor Summary
csClipInfo()
           
csClipInfo(iPointer nPointer)
           
 
Method Summary
 void copy(csClipInfo other)
          Copy the information from another clipinfo instance to this one.
protected  boolean isNativePointerValidSafe(long pointer)
           
 void move(csClipInfo other)
          Move the information from another clipinfo instance to this one.
protected  void nDelete(long pointer)
           
 
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

csClipInfo

public csClipInfo(iPointer nPointer)
Parameters:
nPointer -

csClipInfo

public csClipInfo()
Method Detail

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 -