Position2D

public void Position2D(double x, double z)

Create a new position with the specified x, y and z units.

Parameters

x

X position

z

Z position


public void Position2D(double x, double z, float yaw, float pitch)

Create a new position with the specified x, y and z units. Besides the position, the pitch and yaw is also given.

Parameters

x

X position

z

Z position