BlockVector

public void BlockVector()

Construct the vector with all components as 0.


public void BlockVector(Vector vec)

Construct the vector with another vector.

Parameters

vec

The other vector.


public void BlockVector(int x, int y, int z)

Construct the vector with provided integer components.

Parameters

x

X component

y

Y component

z

Z component


public void BlockVector(double x, double y, double z)

Construct the vector with provided double components.

Parameters

x

X component

y

Y component

z

Z component


public void BlockVector(float x, float y, float z)

Construct the vector with provided float components.

Parameters

x

X component

y

Y component

z

Z component