代码搜索:transform
找到约 10,000 项符合「transform」的源代码
代码结果 10,000
www.eeworm.com/read/490329/1201481
inl transform.inl
hk_Transform::hk_Transform()
{
}
hk_Vector3& hk_Transform::get_translation()
{
return m_translation;
}
const hk_Vector3& hk_Transform::get_translation() const
{
return m_translation;
www.eeworm.com/read/490329/1201489
h transform.h
#ifndef HK_TRANSFORM_H
#define HK_TRANSFORM_H
#ifndef HK_MATH_VECMATH_H
#error Include Do not include this file directly.
#endif // HK_MATH_VECMATH_H
//: An orthonormal ro
www.eeworm.com/read/483949/1272896
java transform.java
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regardi
www.eeworm.com/read/482889/1282307
hpp transform.hpp
/*=============================================================================
Copyright (c) 2003 Joel de Guzman
Use, modification and distribution is subject to the Boost Software
L
www.eeworm.com/read/482889/1283034
hpp transform.hpp
#ifndef BOOST_MPL_TRANSFORM_HPP_INCLUDED
#define BOOST_MPL_TRANSFORM_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
// Copyright David Abrahams 2003-2004
//
// Distributed under the Boo
www.eeworm.com/read/482889/1284517
hpp transform.hpp
///////////////////////////////////////////////////////////////////////////////
/// \file transform.hpp
/// A special-purpose proto compiler for applying a transformation to an
/// expression. The
www.eeworm.com/read/482889/1284683
hpp transform.hpp
# /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.com
# *
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt or cop
www.eeworm.com/read/482889/1284727
hpp transform.hpp
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides
www.eeworm.com/read/482538/1287980
cc transform.cc
/* transform.{cc,hh} -- planar affine transformations
*
* Copyright (c) 2000-2006 Eddie Kohler
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the
www.eeworm.com/read/482538/1287987
hh transform.hh
#ifndef LCDF_TRANSFORM_HH
#define LCDF_TRANSFORM_HH
#include "rectangle.hh"
#include
class affine { public:
affine();
affine(const double[6]);
affine(double scalex, dou