Tesla Graphics Engine Documentation (January 2012)
Intersects Method (plane, result)
TeslaTesla.BoundingBoundingVolumeIntersects(Plane%, PlaneIntersectionType%)
Tests if the plane intersects with this bounding volume, and if not which side the volume is on relative to the plane.
Declaration Syntax
C#
public abstract void Intersects(
	ref Plane plane,
	out PlaneIntersectionType result
)
Parameters
plane (Plane%)
Plane to test
result (PlaneIntersectionType%)
Result, the plane intersection type

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