You are here: Start » FIL.NET » Invoke.RotatePoint3D
Rotates a 3D point around an axis in 3D.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RotatePoint3D ( Fil.Point3D inPoint3D, Fil.Line3D inAxis, float inAngle, bool inInverse, out Fil.Point3D outPoint3D, Optional<Fil.Matrix> outTransform )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3D | Fil.Point3D | |||
![]() | inAxis | Fil.Line3D | The rotation axis. | ||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoint3D | Fil.Point3D | |||
![]() | outTransform | Ftl.Optional<Fil.Matrix> |