Home Reference Source
public class | source

PlaneOps

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

Method Summary

Public Methods
public

colinear(v1: *, v2: *, v3: *): *

public

convex_quad(v1: *, v2: *, v3: *, v4: *): *

public

get_boundary_winding(points: *): *

public

line_isect(v1: *, v2: *, v3: *, v4: *): *

public

line_line_cross(l1: *, l2: *): *

public

reset_axis(no: *)

public

winding(v1: *, v2: *, v3: *): *

Public Constructors

public constructor() source

Public Members

public axis: number[] source

Public Methods

public colinear(v1: *, v2: *, v3: *): * source

Params:

NameTypeAttributeDescription
v1 *
v2 *
v3 *

Return:

*

public convex_quad(v1: *, v2: *, v3: *, v4: *): * source

Params:

NameTypeAttributeDescription
v1 *
v2 *
v3 *
v4 *

Return:

*

public get_boundary_winding(points: *): * source

Params:

NameTypeAttributeDescription
points *

Return:

*

public line_isect(v1: *, v2: *, v3: *, v4: *): * source

Params:

NameTypeAttributeDescription
v1 *
v2 *
v3 *
v4 *

Return:

*

public line_line_cross(l1: *, l2: *): * source

Params:

NameTypeAttributeDescription
l1 *
l2 *

Return:

*

public reset_axis(no: *) source

Params:

NameTypeAttributeDescription
no *

public winding(v1: *, v2: *, v3: *): * source

Params:

NameTypeAttributeDescription
v1 *
v2 *
v3 *

Return:

*