init(forward:scale:up:)
Creates a scaled pose with the specified forward and up vectors.
Declaration
init(forward: Vector3D, scale: Double = 1, up: Vector3D = Vector3D(x: 0, y: 1, z: 0))Creates a scaled pose with the specified forward and up vectors.
init(forward: Vector3D, scale: Double = 1, up: Vector3D = Vector3D(x: 0, y: 1, z: 0))