Sets the vector from (x,y,z)
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public void Set(
double x,
double y,
double z,
bool normalize
) |
Visual C++ |
---|
public:
void Set(
double x,
double y,
double z,
bool normalize
) |
F# |
---|
member Set :
x:float *
y:float *
z:float *
normalize:bool -> unit
|
Parameters
- x
- Type: System..::..Double
The X coordinate.
- y
- Type: System..::..Double
The Y coordinate.
- z
- Type: System..::..Double
The Z coordinate.
- normalize
- Type: System..::..Boolean
Flag determines whether the vector should be normalized
See Also