RotateRadian
RotateRadian(double, Vector3)
Koppel een rotatietransformatie in radialen
public TransformBuilder RotateRadian(double angle, Vector3 axis)
Parameter | Type | Beschrijving |
---|---|---|
angle | Double | De hoek om te roteren in radialen |
axis | Vector3 | De as om te roteren |
Zie ook
- struct Vector3
- class TransformBuilder
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D
RotateRadian(Vector3, RotationOrder)
Rotatie toevoegen met gespecificeerde volgorde
public void RotateRadian(Vector3 rot, RotationOrder order)
Parameter | Type | Beschrijving |
---|---|---|
rot | Vector3 | Rotatie in radialen |
order | RotationOrder |
Zie ook
- struct Vector3
- enum RotationOrder
- class TransformBuilder
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D