コード例 #1
0
 public static Mat3f CreateOrientate3(Vec3f angles)
 {
     return((Mat3f)(Mat4f.CreateYawPitchRoll(angles.x, angles.y, angles.z)));
 }