You are here: Start » FIL.NET » FIS.RotatePoint3D Method

FIS.RotatePoint3D Method

Rotates a 3D point around an axis in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotatePoint3D
(
	FilNet.Point3D inPoint3D,
	FilNet.Line3D inAxis,
	float inAngle,
	bool inInverse,
	out FilNet.Point3D outPoint3D,
	FilNet.Matrix outTransform
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inAxisFilNet.Line3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outPoint3DFilNet.Point3D
outTransformFilNet.Matrix

Function Overrides

See also