Click or drag to resize
IMyEntityGetIntersectionWithLineAndBoundingSphere Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.ModAPI.IMyEntity.GetIntersectionWithLineAndBoundingSphere(VRageMath.LineD@,System.Single)"]

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
Nullable<Vector3> GetIntersectionWithLineAndBoundingSphere(
	ref LineD line,
	float boundingSphereRadiusMultiplier
)

Parameters

line
Type: LineD

[Missing <param name="line"/> documentation for "M:VRage.ModAPI.IMyEntity.GetIntersectionWithLineAndBoundingSphere(VRageMath.LineD@,System.Single)"]

boundingSphereRadiusMultiplier
Type: SystemSingle

[Missing <param name="boundingSphereRadiusMultiplier"/> documentation for "M:VRage.ModAPI.IMyEntity.GetIntersectionWithLineAndBoundingSphere(VRageMath.LineD@,System.Single)"]

Return Value

Type: NullableVector3

[Missing <returns> documentation for "M:VRage.ModAPI.IMyEntity.GetIntersectionWithLineAndBoundingSphere(VRageMath.LineD@,System.Single)"]

See Also