C# Class MineFrog.Pos

Datei anzeigen Open project: Merlin33069/MineFrog Class Usage Examples

Public Properties

Property Type Description
Pitch byte
X ushort
Y ushort
Yaw byte
Z ushort

Public Methods

Method Description
Diff ( Pos newPos ) : Pos
IsZero ( ) : bool
NeedTp ( ) : bool
PosChanged ( ) : bool
RotChanged ( ) : bool

Method Details

Diff() public method

public Diff ( Pos newPos ) : Pos
newPos Pos
return Pos

IsZero() public method

public IsZero ( ) : bool
return bool

NeedTp() public method

public NeedTp ( ) : bool
return bool

PosChanged() public method

public PosChanged ( ) : bool
return bool

RotChanged() public method

public RotChanged ( ) : bool
return bool

Property Details

Pitch public_oe property

public byte Pitch
return byte

X public_oe property

public ushort X
return ushort

Y public_oe property

public ushort Y
return ushort

Yaw public_oe property

public byte Yaw
return byte

Z public_oe property

public ushort Z
return ushort