Include
Summary
public BoundingBox Include(ref Vector3 point)
return expanded aabb (aabb include point)
Returns
Parameters
- Vector3 point
Summary
public BoundingBox Include(Vector3 point)
Returns
Parameters
- Vector3 point
Summary
public BoundingBox Include(Vector3 p0, Vector3 p1, Vector3 p2)
Returns
Parameters
Summary
public BoundingBox Include(ref Vector3 p0, ref Vector3 p1, ref Vector3 p2)
Returns
Parameters
Summary
public BoundingBox Include(ref BoundingBox box)
return expanded aabb (aabb include aabb)
Returns
Parameters
- BoundingBox box
Summary
public BoundingBox Include(BoundingBox box)
Returns
Parameters
- BoundingBox box
Summary
public void Include(ref Line line)
Parameters
- Line line
Summary
public BoundingBox Include(BoundingSphere sphere)
Returns
Parameters
- BoundingSphere sphere
Summary
public BoundingBox Include(ref BoundingSphere sphere)
Returns
Parameters
- BoundingSphere sphere
Summary
public BoundingBox Include(ref BoundingFrustum frustum)
Returns
Parameters
- BoundingFrustum frustum