Click or drag to resize
Matrix4FromTwoPointXZ Method
Creates a matrix from a translation and two points

Namespace:  ABB.Robotics.Math
Assembly:  ABB.Robotics.Math (in ABB.Robotics.Math.dll) Version: 7.0.8747.636
Syntax
C#
public static Matrix4 FromTwoPointXZ(
	Vector3 translation,
	Vector3 x1,
	Vector3 xz
)

Parameters

translation
Type: ABB.Robotics.MathVector3
Translation
x1
Type: ABB.Robotics.MathVector3
Point on x axis
xz
Type: ABB.Robotics.MathVector3
Point in x-z plane

Return Value

Type: Matrix4
Version Information

Supported in: 1.0
See Also