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