Constructor OrientedPoint
OrientedPoint(Vector3, Vector3)
Instanciate and set the position and orientation.
Declaration
public OrientedPoint(Vector3 _position, Vector3 _orientation)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | _position | Position |
| Vector3 | _orientation | Orientation |