Returns middle point of two points (this and that)
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public Cartesian GetMiddlePoint( Cartesian that, bool normalize ) |
Visual C++ |
---|
public: Cartesian GetMiddlePoint( Cartesian that, bool normalize ) |
F# |
---|
member GetMiddlePoint : that:Cartesian * normalize:bool -> Cartesian |
Parameters
- that
- Type: Spherical..::..Cartesian
The other input point
- normalize
- Type: System..::..Boolean
Flag determines whether the result is normalized