Contents

init(forward:up:)

Creates a pose with the specified forward and up vectors.

Declaration

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

Parameters

  • forward:

    The forward direction.

  • up:

    The up direction.

Discussion