EndPoint

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.threed.Struct, java.io.Serializable

public final class EndPoint implements Struct<EndPoint>, Serializable

Le point final pour tronquer la courbe, peut être une valeur de paramètre ou un point cartésien.

Constructeurs

ConstructeurDescription
EndPoint(Vector3 point)Construisez un EndPoint à partir d’un point cartésien.
EndPoint(double v)Construisez un EndPoint à partir d’un paramètre réel.
EndPoint()

Méthodes

MéthodeDescription
clone()
copyFrom(EndPoint src)
equals(Object obj)
fromDegree(double degree)Créez un point final mesuré en degrés.
fromRadian(double degree)Créez un point final mesuré en radians.
getAsPoint()Obtient le point final en tant que point cartésien, ou lance une exception.
getAsValue()Obtient le point final en tant que paramètre réel, ou lance une exception.
getClass()
hashCode()
isCartesianPoint()Le point final est-il un point cartésien ?
notify()
notifyAll()
toString()Renvoie une représentation sous forme de chaîne du point final actuel.
wait()
wait(long arg0)
wait(long arg0, int arg1)

EndPoint(Vector3 point)

public EndPoint(Vector3 point)

Construisez un EndPoint à partir d’un point cartésien.

Parameters:

ParamètreTypeDescription
pointVector3Point à construire

EndPoint(double v)

public EndPoint(double v)

Construisez un EndPoint à partir d’un paramètre réel.

Parameters:

ParamètreTypeDescription
vdoubleLe paramètre nombre réel pour construire un point final

EndPoint()

public EndPoint()

clone()

public EndPoint clone()

Cloner l’instance actuelle

Returns: EndPoint

copyFrom(EndPoint src)

public void copyFrom(EndPoint src)

Parameters:

ParamètreTypeDescription
srcEndPoint

equals(Object obj)

public boolean equals(Object obj)

Parameters:

ParamètreTypeDescription
objjava.lang.Object

Returns: boolean

fromDegree(double degree)

public static EndPoint fromDegree(double degree)

Créez un point final mesuré en degrés.

Parameters:

ParamètreTypeDescription
degrédoubleLa valeur en degrés

Returns: EndPoint - An end point constructed from degree

fromRadian(double degree)

public static EndPoint fromRadian(double degree)

Créez un point final mesuré en radians.

Parameters:

ParamètreTypeDescription
degrédoubleLa valeur en radians

Returns: EndPoint - An end point constructed from radian

getAsPoint()

public Vector3 getAsPoint()

Obtient le point final en tant que point cartésien, ou lance une exception.

Returns: Vector3 - the end point as Cartesian point, or thrown an exception.

getAsValue()

public double getAsValue()

Obtient le point final en tant que paramètre réel, ou lance une exception.

Returns: double - le point final en tant que paramètre réel, ou lance une exception.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public int hashCode()

Returns: int

isCartesianPoint()

public boolean isCartesianPoint()

Le point final est-il un point cartésien ?

Returns: boolean - Le point final est-il un point cartésien ?

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Renvoie une représentation sous forme de chaîne du point final actuel.

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParamètreTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParamètreTypeDescription
arg0long
arg1int