|
CroSecPropertiesMoveAndRotate Method
|
move and rotate the given poly-lines.
Namespace:
KarambaCommon.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static List<PolyLine3> MoveAndRotate(
List<PolyLine3> plines,
Vector3 t,
double angle
)
Public Shared Function MoveAndRotate (
plines As List(Of PolyLine3),
t As Vector3,
angle As Double
) As List(Of PolyLine3)
public:
static List<PolyLine3^>^ MoveAndRotate(
List<PolyLine3^>^ plines,
Vector3 t,
double angle
)
static member MoveAndRotate :
plines : List<PolyLine3> *
t : Vector3 *
angle : float -> List<PolyLine3>
Parameters
- plines
- Type: System.Collections.GenericListPolyLine3
List of poly-lines. - t
- Type: Karamba.GeometryVector3
translation vector. - angle
- Type: SystemDouble
angle of rotation about the Z-axis.
Return Value
Type:
ListPolyLine3Rotated poly-lines.
See Also