 |
AxisAngleRotateTransformPivotPoint Property |
Gets or sets a nullable Vector3 that sets a custom center of rotation.
For example, this can set to the center of the object's mesh (get by
GetCenterPosition(Boolean, Boolean) method).
PivotPoint is null by default. In this case all rotations are done around the coordinate origin (0, 0, 0).
Namespace: Ab4d.SharpEngine.TransformationsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic Vector3? PivotPoint { get; set; }
Property Value
NullableVector3[Missing <value> documentation for "P:Ab4d.SharpEngine.Transformations.AxisAngleRotateTransform.PivotPoint"]
Remarks[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Transformations.AxisAngleRotateTransform.PivotPoint"]
See Also