public class Triangle3D extends Object
Modifier and Type | Field and Description |
---|---|
double |
area |
double[] |
center |
double[] |
normal |
Constructor and Description |
---|
Triangle3D(Node3D a,
Node3D b,
Node3D c) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsNode(Node3D node) |
boolean |
equals(Object o) |
double[] |
getCoordinates(int dex) |
int[] |
getIndices() |
void |
getIndices(int[] indexes) |
double[] |
getNormal() |
boolean |
hasConnection(Connection3D con) |
int |
hashCode() |
boolean |
hasNode(Node3D other) |
void |
update() |
public void update()
public int[] getIndices()
public boolean hasNode(Node3D other)
public double[] getNormal()
public boolean hasConnection(Connection3D con)
public void getIndices(int[] indexes)
public double[] getCoordinates(int dex)
public boolean containsNode(Node3D node)
Copyright © 2013–2022 Francis Crick Institute. All rights reserved.