Click or drag to resize
Ab4d.SharpEngine logo

YawPitchRollRotateTransform(Single, Single, Single, Vector3) Constructor

Constructor

Namespace: Ab4d.SharpEngine.Transformations
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public YawPitchRollRotateTransform(
	float yaw,
	float pitch,
	float roll,
	Vector3 pivotPoint
)

Parameters

yaw  Single
yaw angle in degrees - rotates around (0, 1, 0) axis
pitch  Single
pitch angle in degrees - rotates around (1, 0, 0) axis
roll  Single
roll in degrees - rotates around (0, 0, 1) axis
pivotPoint  Vector3
center of the rotation
See Also