Skip to content

Class: RPoint

Patrol graph point with position and angle vectors.

Source

C++ class RPoint

Custom Constructor

RPoint

Remarks

P stores position, A stores orientation data used by patrol graph points.

Constructors

Constructor

ts
new RPoint(): RPoint;

Create an empty patrol point.

Returns

RPoint

Properties

A

ts
A: vector;

Angle vector.


P

ts
P: vector;

Position vector.