new ForceIntensity(options)
Parameters:
| Name | Type | Description |
|---|---|---|
options |
module:forceintensity.ForceIntensityInitOption |
- Source:
Returns:
Methods
-
magn(xyz, J) → {module:type.Matrix}
-
Get force intensity magnitude at the specified point.
Parameters:
Name Type Description xyzmodule:type.Matrix location. Jmodule:type.Matrix Jacobian matrix. - Source:
Returns:
dim by 1 matrix.- Type
- module:type.Matrix