Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
PivotPoint3D Constructor (Position3D, Orientation3D)
|
|
Explicit Constructor. Set the Position3D and Orientation3D objects that should be affected by rotational around this Pivot Point.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public PivotPoint3D(
Position3D cPosition,
Orientation3D cOrientation
)
|
Visual Basic
|
Public Sub New (
cPosition As Position3D,
cOrientation As Orientation3D
)
|
Visual C++
|
public:
PivotPoint3D(
Position3D^ cPosition,
Orientation3D^ cOrientation
)
|
Parameters
cPosition
Type: DPSF..::..Position3D
Handle to the Position3D object to update
cOrientation
Type: DPSF..::..Orientation3D
Handle to the Orienetation3D object to update
See Also
PivotPoint3D Class
PivotPoint3D Members
PivotPoint3D Overload
DPSF Namespace
Send comments on this topic to
|