You are here: Start » FIL.NET » Invoke.RotatePoint3D_AroundSegment

Invoke.RotatePoint3D_AroundSegment

Rotates a 3D point around a segment (the axis).

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RotatePoint3D_AroundSegment
(
	Fil.Point3D inPoint3D,
	Fil.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	out Fil.Point3D outPoint3D,
	Optional<Fil.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inPoint3DFil.Point3D
inAxisSegmentFil.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outPoint3DFil.Point3D
outTransformFtl.Optional<Fil.Matrix>

See also