NeKernel dev
Loading...
Searching...
No Matches
CF::CFPoint Struct Reference

#include <Foundation.h>

Public Member Functions

 operator bool ()
 if Point object is correctly set up.
bool IsWithin (CFPoint &point)
 Check if point is within the current CFPoint.

Public Attributes

CFInteger64 x_1 {0UL}
CFInteger64 y_1 {0UL}
CFInteger64 x_2 {0UL}
CFInteger64 y_2 {0UL}
CFReal ang {0UL}

Member Function Documentation

◆ IsWithin()

BOOL CF::CFPoint::IsWithin ( CF::CFPoint & withinOf)

Check if point is within the current CFPoint.

Check if point is within the current MLPoint.

Parameters
pointthe current point to check.
Return values
trueif point is within this point.
validationsfailed.
Parameters
pointthe current point to check.
Return values
trueif point is within this point.
thevalidations have failed, false otherwise true.

◆ operator bool()

CF::CFPoint::operator bool ( )

if Point object is correctly set up.

Member Data Documentation

◆ ang

CFReal CF::CFPoint::ang {0UL}

◆ x_1

CFInteger64 CF::CFPoint::x_1 {0UL}

◆ x_2

CFInteger64 CF::CFPoint::x_2 {0UL}

◆ y_1

CFInteger64 CF::CFPoint::y_1 {0UL}

◆ y_2

CFInteger64 CF::CFPoint::y_2 {0UL}

The documentation for this struct was generated from the following files: