OROCHI
 
Loading...
Searching...
No Matches
GxShape.cpp File Reference

形状基礎クラス More...

#include "Gx.h"
Include dependency graph for GxShape.cpp:

Macros

#define Vec3Dot(v0, v1)
 

Functions

 _PARAM (_radius)
 
 _PARAM (_position)
 
 _PARAM (_extent)
 
 _PARAM (_matrix)
 
 _PARAM (_min)
 
 _PARAM (_max)
 
 _PARAM (_height)
 
 _PARAM (_radius[0])
 
 _PARAM (_radius[1])
 
 _PARAM (_position[0])
 
 _PARAM (_position[1])
 
 _PARAM (_plane)
 

Detailed Description

形状基礎クラス

Author
Copyright (C)2009 SiliconStudio Inc. All rights reserved.
Tahir Arai
Shingo Fukuda
Yuya Ikeuchi

Macro Definition Documentation

◆ Vec3Dot

#define Vec3Dot ( v0,
v1 )
Value:
(v0[0]*v1[0] + v0[1]*v1[1] + v0[2]*v1[2])