Constructor GfFrustum
GfFrustum(IntPtr, bool)
Declaration
public GfFrustum(IntPtr cPtr, bool cMemoryOwn)
Parameters
GfFrustum()
Declaration
GfFrustum(GfFrustum)
Declaration
public GfFrustum(GfFrustum o)
Parameters
GfFrustum(GfVec3d, GfRotation, GfRange2d, GfRange1d, ProjectionType, double)
Declaration
public GfFrustum(GfVec3d position, GfRotation rotation, GfRange2d window, GfRange1d nearFar, GfFrustum.ProjectionType projectionType, double viewDistance)
Parameters
GfFrustum(GfVec3d, GfRotation, GfRange2d, GfRange1d, ProjectionType)
Declaration
public GfFrustum(GfVec3d position, GfRotation rotation, GfRange2d window, GfRange1d nearFar, GfFrustum.ProjectionType projectionType)
Parameters
GfFrustum(GfMatrix4d, GfRange2d, GfRange1d, ProjectionType, double)
Declaration
public GfFrustum(GfMatrix4d camToWorldXf, GfRange2d window, GfRange1d nearFar, GfFrustum.ProjectionType projectionType, double viewDistance)
Parameters
GfFrustum(GfMatrix4d, GfRange2d, GfRange1d, ProjectionType)
Declaration
public GfFrustum(GfMatrix4d camToWorldXf, GfRange2d window, GfRange1d nearFar, GfFrustum.ProjectionType projectionType)
Parameters