Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public Vector3D RotateAround(
Vector3D axis,
float angle
)
public Vector3D RotateAround(
Vector3D axis,
float angle
)
Public Function RotateAround (
axis As Vector3D,
angle As Single
) As Vector3D
Public Function RotateAround (
axis As Vector3D,
angle As Single
) As Vector3D
public:
Vector3D RotateAround(
Vector3D axis,
float angle
)
public:
Vector3D RotateAround(
Vector3D axis,
float angle
)
member RotateAround :
axis : Vector3D *
angle : float32 -> Vector3D
member RotateAround :
axis : Vector3D *
angle : float32 -> Vector3D
Return Value
Type:
Vector3D