Include
Summary
public BoundingBoxD Include(ref Vector3D point)
return expanded aabb (aabb include point)
Returns
Parameters
- Vector3D point
Summary
public BoundingBoxD Include(Vector3D point)
Returns
Parameters
- Vector3D point
Summary
public BoundingBoxD Include(Vector3D p0, Vector3D p1, Vector3D p2)
Returns
Parameters
Summary
public BoundingBoxD Include(ref Vector3D p0, ref Vector3D p1, ref Vector3D p2)
Returns
Parameters
Summary
public BoundingBoxD Include(ref BoundingBoxD box)
return expanded aabb (aabb include aabb)
Returns
Parameters
- BoundingBoxD box
Summary
public BoundingBoxD Include(BoundingBoxD box)
Returns
Parameters
- BoundingBoxD box
Summary
public void Include(ref LineD line)
Parameters
- LineD line
Summary
public BoundingBoxD Include(BoundingSphereD sphere)
Returns
Parameters
- BoundingSphereD sphere
Summary
public BoundingBoxD Include(ref BoundingSphereD sphere)
Returns
Parameters
- BoundingSphereD sphere
Summary
public BoundingBoxD Include(ref BoundingFrustumD frustum)
Returns
Parameters
- BoundingFrustumD frustum