다음을 통해 공유


Matrix4d.CreateFromAxisAngle 메서드

정의

오버로드

CreateFromAxisAngle(Vector3d, Double)
CreateFromAxisAngle(Vector3d, Double, Matrix4d)

CreateFromAxisAngle(Vector3d, Double)

public static OpenTK.Matrix4d CreateFromAxisAngle (OpenTK.Vector3d axis, double angle);
static member CreateFromAxisAngle : OpenTK.Vector3d * double -> OpenTK.Matrix4d

매개 변수

axis
Vector3d
angle
Double

반환

적용 대상

CreateFromAxisAngle(Vector3d, Double, Matrix4d)

public static void CreateFromAxisAngle (OpenTK.Vector3d axis, double angle, out OpenTK.Matrix4d result);
static member CreateFromAxisAngle : OpenTK.Vector3d * double *  -> unit

매개 변수

axis
Vector3d
angle
Double
result
Matrix4d

적용 대상