Pose.LookAt
static Pose LookAt(Vec3 from, Vec3 at)
Creates a Pose that looks from one location in the direction of another location. This leaves “Up” as the +Y axis.
Vec3 from | Starting location. |
Vec3 at | Lookat location. |
RETURNS: Pose | A pose at position from , oriented to look towards at . |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!