Computes the angle between this and other.
Always returns 0 ≤ angle ≤ π.
Namespace: RAYLASE.SPICE3.UtilsAssembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.7.1
Syntaxpublic double AngleTo(
Point3D other
)
Parameters
- other Point3D
Return Value
Double[Missing <returns> documentation for "M:RAYLASE.SPICE3.Utils.Point3D.AngleTo(RAYLASE.SPICE3.Utils.Point3D)"]
See Also