Tesla Graphics Engine Documentation (January 2012)
Contains Method (volume)
TeslaTesla.GraphicsCameraContains(BoundingVolume)
Tests if a bounding volume is contained in the camera's frustum. Used to make cull checks. If the volume is null, it will always return ContainmentType.Inside
Declaration Syntax
C#
public ContainmentType Contains(
	BoundingVolume volume
)
Parameters
volume (BoundingVolume)
Volume to test
Return Value
Result of the test

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)