csc.tools.CollisionInfoForPoint

class csc.tools.CollisionInfoForPoint

Structure with which the point collides. When used, it is assumed that the normal goes from other to point.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

normal

Vector3d

other

csc.model.ObjectId

penetration_depth

double

pos

Vector3d

__annotations__ = {}
__init__(*args, **kwargs)
__module__ = 'csc.tools'
property normal

Vector3d

property other

csc.model.ObjectId

property penetration_depth

double

property pos

Vector3d