m4m.framework.physicTool
@meta4d/engine / Exports / m4m / framework / physicTool
Class: physicTool
tool of physic
Table of contents
Constructors
Methods
Constructors
constructor
• new physicTool()
Methods
IQuatCopy
â–¸ Static
IQuatCopy(from
, to
): void
Parameters
Returns
void
Defined in
framework/physics3d/physicTool.ts:36
IQuatEqual
â–¸ Static
IQuatEqual(a
, b
): boolean
Parameters
Returns
boolean
Defined in
framework/physics3d/physicTool.ts:18
Ivec2Copy
â–¸ Static
Ivec2Copy(from
, to
): void
Parameters
Returns
void
Defined in
framework/physics3d/physicTool.ts:30
Ivec2Equal
â–¸ Static
Ivec2Equal(a
, b
): boolean
Parameters
Returns
boolean
Defined in
framework/physics3d/physicTool.ts:13
Ivec3Copy
â–¸ Static
Ivec3Copy(from
, to
): void
Parameters
Returns
void
Defined in
framework/physics3d/physicTool.ts:23
Ivec3Equal
â–¸ Static
Ivec3Equal(a
, b
): boolean
Parameters
Returns
boolean
Defined in
framework/physics3d/physicTool.ts:8
vec3AsArray
â–¸ Static
vec3AsArray(vec3
): any
[]
Parameters
vec3
vector3
Returns
any
[]
Defined in
Last updated