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