m4m.framework.physicTool

@meta4d/engine / Exports / m4m / framework / physicTool

Class: physicTool

m4m.framework.physicTool

tool of physic

Table of contents

Constructors

Methods

Constructors

constructor

new physicTool()

Methods

IQuatCopy

Static IQuatCopy(from, to): void

Parameters

Name
Type

from

to

Returns

void

Defined in

framework/physics3d/physicTool.ts:36


IQuatEqual

Static IQuatEqual(a, b): boolean

Parameters

Name
Type

a

b

Returns

boolean

Defined in

framework/physics3d/physicTool.ts:18


Ivec2Copy

Static Ivec2Copy(from, to): void

Parameters

Name
Type

from

to

Returns

void

Defined in

framework/physics3d/physicTool.ts:30


Ivec2Equal

Static Ivec2Equal(a, b): boolean

Parameters

Name
Type

a

b

Returns

boolean

Defined in

framework/physics3d/physicTool.ts:13


Ivec3Copy

Static Ivec3Copy(from, to): void

Parameters

Name
Type

from

to

Returns

void

Defined in

framework/physics3d/physicTool.ts:23


Ivec3Equal

Static Ivec3Equal(a, b): boolean

Parameters

Name
Type

a

b

Returns

boolean

Defined in

framework/physics3d/physicTool.ts:8


vec3AsArray

Static vec3AsArray(vec3): any[]

Parameters

Name
Type

vec3

vector3

Returns

any[]

Defined in

framework/physics3d/physicTool.ts:44

Last updated