Returns a vector that is scaled by the specified amount.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public Cartesian Scaled( double s ) |
Visual C++ |
---|
public: Cartesian Scaled( double s ) |
F# |
---|
member Scaled : s:float -> Cartesian |
Parameters
- s
- Type: System..::..Double
The multiplication factor.