Contents

init(forward:up:)

Creates a pose with the specified forward and up vectors.

Declaration

init(forward: Vector3D, up: Vector3D = Vector3D(x: 0, y: 1, z: 0))

Parameters

  • forward:

    The forward vector.

  • up:

    The forward vector.

See Also

Creating a 3D pose structure