Click or drag to resize

BSphereIntersects Method (Ray, Single)

[Missing <summary> documentation for "M:Demo3D.Visuals.BSphere.Intersects(Demo3D.Visuals.Ray,System.Single@)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public bool Intersects(
	Ray ray,
	out float distance
)

Parameters

ray
Type: Demo3D.VisualsRay

[Missing <param name="ray"/> documentation for "M:Demo3D.Visuals.BSphere.Intersects(Demo3D.Visuals.Ray,System.Single@)"]

distance
Type: SystemSingle

[Missing <param name="distance"/> documentation for "M:Demo3D.Visuals.BSphere.Intersects(Demo3D.Visuals.Ray,System.Single@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.Visuals.BSphere.Intersects(Demo3D.Visuals.Ray,System.Single@)"]

See Also