Skip to main content

LinearPhysicalProperties

Hierarchy

  • PhysicalProperties

    LinearPhysicalProperties

Constructors

constructor

new LinearPhysicalProperties(wrapped)

Parameters

NameType
wrappedGProp_GProps

Inherited from

PhysicalProperties.constructor

Defined in

register.ts:31

Accessors

centerOfMass

get centerOfMass(): [number, number, number]

Returns

[number, number, number]

Inherited from

PhysicalProperties.centerOfMass

Defined in

measureShape.ts:8


length

get length(): number

Returns

number

Defined in

measureShape.ts:28


wrapped

get wrapped(): Type

Returns

Type

Inherited from

PhysicalProperties.wrapped

Defined in

register.ts:39

set wrapped(newWrapped): void

Parameters

NameType
newWrappedType

Returns

void

Inherited from

PhysicalProperties.wrapped

Defined in

register.ts:44

Methods

delete

delete(): void

Returns

void

Inherited from

PhysicalProperties.delete

Defined in

register.ts:54