代码搜索:transform
找到约 10,000 项符合「transform」的源代码
代码结果 10,000
www.eeworm.com/read/15192/434881
c transform.c
# include
void main()
{
/* 定义变量并赋初值 */
int a = 5;
char c = 'a';
float f = 5.3;
double m = 12.65;
double result;
/* 同类型数据间进行运算并输出结果 */
printf(
www.eeworm.com/read/37150/899479
c transform.c
# include
void main()
{
/* 定义变量并赋初值 */
int a = 5;
char c = 'a';
float f = 5.3;
double m = 12.65;
double result;
/* 同类型数据间进行运算并输出结果 */
printf(
www.eeworm.com/read/35567/1059309
c transform.c
# include
void main()
{
/* 定义变量并赋初值 */
int a = 5;
char c = 'a';
float f = 5.3;
double m = 12.65;
double result;
/* 同类型数据间进行运算并输出结果 */
printf(
www.eeworm.com/read/493655/1163970
cpp transform.cpp
/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*-
this file is part of rcssserver3D
Fri May 9 2003
Copyright (C) 2002,2003 Koblenz University
Copyright (C) 2003 RoboCup Socce
www.eeworm.com/read/493655/1163971
h transform.h
/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*-
this file is part of rcssserver3D
Fri May 9 2003
Copyright (C) 2002,2003 Koblenz University
Copyright (C) 2003 RoboCup Socce
www.eeworm.com/read/492060/1183044
json transform.json
[
{
"children": [
{
"shape": {
"type": "line",
"x1": 0,
"y1": 0,
"x2": 500,
"y2": 0
},
"stroke": {
"type": "stroke",
"color": {
"r": 0,
www.eeworm.com/read/490329/1201480
cpp transform.cpp
#include
hk_Transform::hk_Transform(const hk_Quaternion &q, const hk_Vector3 &t)
{
this->set(q);
m_translation = t;
}
void hk_Transform::set_transform(const hk_Quaterni