Creates a vector from another instance.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
| C# |
|---|
public Cartesian( Cartesian p, bool normalize ) |
| Visual C++ |
|---|
public: Cartesian( Cartesian p, bool normalize ) |
| F# |
|---|
new : p:Cartesian * normalize:bool -> Cartesian |
Parameters
- p
- Type: Spherical..::..Cartesian
The input vector
- normalize
- Type: System..::..Boolean
The flag determines whether vector is normalized.