Click or drag to resize

SphericalGravitationalPointGetForceAt Method

Calculates how much gravitational pull is at a specific location caused by this affecter.

Namespace:  Archon.SwissArmyLib.Gravity
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Vector3 GetForceAt(
	Vector3 location
)
Request Example View Source

Parameters

location
Type: Vector3
The location to test.

Return Value

Type: Vector3
A vector representing the force at location.

Implements

IGravitationalAffecterGetForceAt(Vector3)
See Also