Click or drag to resize

BSphereIntersects Method (Ray)

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

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

Parameters

ray
Type: Demo3D.VisualsRay

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

Return Value

Type: Boolean

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

See Also